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

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

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`