Tools
Well configured tools for Site Reliability Engineers
We’ve bundled and configured tools that run in docker containers, so your SREs can run and verify their environments. These are usually deployed as docker containers that are run on the command line.
Component Name | Description |
---|---|
basalt-eksctl-bats | Environment base image with testing tools included to validate scripts against. Contains EKS control and BATS tooling Testing run scripts at build time to ensure they will work when deployed |
basalt-kubectl-bats | Representative environment base image with testing tools included to validate scripts against Used for testing run scripts with bats, to prove they work during the build cycle |
basalt-mariadb-client | Locally lifecycled client for mysql databases For running scripts and tools against mysql databases in Kubernetes environments |
practiv-build-cypress | Packaged Cypress for BUILD Used to run cypress tests during the build process and in pipeline gateways |
practiv-build-maven | Build tools for running builds consistently in Jenkins The base maven image for building maven projects on Jenkins See practiv-build-maven-seeded |
practiv-build-maven-seeded | Roll up a curated Maven repository with lots of pre downloaded dependencies Running Maven builds in Jenkins and locally but without the need to download so many dependencies from an Artifact Repository |
practiv-forge-cypress | A packaged cypress image ready to run E2E test scripts Used by the practiv-tile-cypress to run end to end testing scripts |