clusters

Computer clusters using kubernetes

Containers orchestration

Kubernetes is a great and very accessible tool. Documentation is great. A good first step is starting from kubernetes bootcamp and kubernetes basics, both practical documentation for beginners using minikube. I have some personal notes on useful commands using microk8s.

Here I have some note about how to install microk8s, a solution for deploying a kubernetes cluster locally. The article installing kubernetes explain how to set up a linux machine for microk8s and the article deploying bootcamp shows a simples example of deployment.

Sources

Last updated