Colima
What is it
Colima allows runtime to allow containers
- Colima helps run build and run containers
Colima kube helps orchestrate the containers
- When performing scripts to run
- Kube doesn't allow these scripts
- Runs these scripts through HTTP requests only
- Containers within containers
- API server on the machine
- That API server is responsible for managing the containers
- Kube doesn't allow these scripts
Installation
brew install docker brew install colima
Start/Stop colima
# start colima start # start with kubernetes colima start --with-kubernetes # stop colima stop # do this once in a while to start colima fresh colima delete
Manage kubernetes
colima status kubectl config kubectl config current-context kubectl get all kubectl get all --all-namespaces kubectl get pods