28 lines
671 B
Markdown
28 lines
671 B
Markdown
# Toolkit
|
|
DevOps Portable toolkit
|
|
|
|
[](https://github.com/jkaninda/toolkit/actions/workflows/build.yml)
|
|

|
|
|
|
- [Docker Hub](https://hub.docker.com/r/jkaninda/toolkit)
|
|
- [Github](https://github.com/jkaninda/toolkit)
|
|
|
|
## Tools:
|
|
- docker client
|
|
- helm
|
|
- kustomize
|
|
- jq
|
|
- yq
|
|
- k6
|
|
- pre-commit
|
|
- cosign
|
|
|
|
```yaml
|
|
services:
|
|
toolkit:
|
|
image: jkaninda/toolkit
|
|
container_name: toolkit
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ~/.kube:/root/.kube
|
|
``` |