https://github.com/ryuheechul/kubeink
kubectl in kubernetes cluster
https://github.com/ryuheechul/kubeink
Last synced: 5 months ago
JSON representation
kubectl in kubernetes cluster
- Host: GitHub
- URL: https://github.com/ryuheechul/kubeink
- Owner: ryuheechul
- Created: 2020-02-17T21:24:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T03:02:31.000Z (over 4 years ago)
- Last Synced: 2025-06-17T22:11:27.570Z (about 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubeink
> kubectl in kuberntes cluster
## What it is and How it works
- this is more of a demonstration than anything
- it aims to show what needs to be done for kubectl to work inside a pod to talk to its own cluster
- it generates kube config (`.kube/config`) with kubectl itself
- it uses minikube and terraform to codify things to be deployed
## How to
### run
`$ make provision && make apply`
### teardown
`$ make teardown`