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

https://github.com/rishang/k8s-lab

All small poc's regarding kubernetes, in local kind cluster.
https://github.com/rishang/k8s-lab

bash kind kubernetes

Last synced: 2 months ago
JSON representation

All small poc's regarding kubernetes, in local kind cluster.

Awesome Lists containing this project

README

          

# local-kube

All small poc's regarding kubernetes, in local kind kubernetes cluster.

## pre-requirements

- docker
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
- kubectl
- helm
- lens
- zsh (optional)
- kubectx (optional)
- kubens (optional)
- taskfile
- helmfile

## Getting started

run:
- `make cluster` to create a local kind cluster
- `make remove-cluster` to remove the local kind cluster

### references

- [k8s-lab](https://codeberg.org/drpdishant/k8s-lab)