Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkaninda/toolkit
DevOps Portable Toolkit
https://github.com/jkaninda/toolkit
Last synced: 10 days ago
JSON representation
DevOps Portable Toolkit
- Host: GitHub
- URL: https://github.com/jkaninda/toolkit
- Owner: jkaninda
- License: mit
- Created: 2024-01-09T14:25:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T05:29:52.000Z (3 months ago)
- Last Synced: 2024-08-10T06:32:54.607Z (3 months ago)
- Language: Dockerfile
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toolkit
DevOps Portable toolkit[![Build](https://github.com/jkaninda/toolkit/actions/workflows/build.yml/badge.svg)](https://github.com/jkaninda/toolkit/actions/workflows/build.yml)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/toolkit?style=flat-square)- [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
```