Comments on Learning Kubernetes Locally via Minikube on Manjaro/Archlinux
In this tutorial, we will show you step-by-step how to create a single-node Kubernetes cluster locally using Kinikube on Manjaro/ArchLinux. This guide will implement the Kubernetes cluster locally with the KVM2 driver, and cover an example of Nginx service deployment.
4 Comment(s)
Comments
Interesting post! I worked through the steps successfully and found the information very helpful. One note, using `minikube-bin` from the AUR was, in-fact, necessary for me. I first tried installing `minikube` from `community` and the `minikube start --vm-driver kvm2` command kept timing out.
How to break your archlinux installation 101: pacman -Sy
Succint article. Though I had followed Arch linux (splendid) docs, it was a while back. Your article is just what I needed to quickly get things up-and-running.
wouldn't start nginx deployment until I used nginx-deployment-service.yaml for deployment , then everything okay