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.
- Host: GitHub
- URL: https://github.com/rishang/k8s-lab
- Owner: Rishang
- Created: 2022-12-03T03:33:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T15:15:57.000Z (5 months ago)
- Last Synced: 2026-04-09T00:28:11.736Z (3 months ago)
- Topics: bash, kind, kubernetes
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)