kubernetes DevOps with your RPI K8S Now we have a ready K8S cluster, we will start to develop, build and deploy some applications. Let's check cluster health, NAME STATUS ROLES AGE VERSION east Ready <none&
raspberry RPI K8S Starting... I have a fresh cluster installed and i will start with a simple deployment of static website. Docker ImageFor our Website, we will use Nginx for arm32 architecture. FROM nginx