Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkaninda/toolkit

DevOps Portable Toolkit
https://github.com/jkaninda/toolkit

Last synced: 10 days ago
JSON representation

DevOps Portable Toolkit

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
```