MicroK8s, developed by Canonical, is a lightweight single-node cluster distribution of Kubernetes, that installs locally and is available on most Linux distributions.
I'd like to use Microk8s for playing around Spring Cloud Data Flow, so I installed Multipass on my Windows 10, …
kubernetes microk8sI have been using minikube to test Kubernetes locally. In minikube, we can use local docker images by using eval $(…
docker kubernetes minikube microk8sI would like to do two things with MicroK8s: Route the host machine (Ubuntu 18.04) ports 80/443 to Microk8s Use …
kubernetes kubernetes-ingress microk8sI'm adding an Ingress as follows: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: cheddar spec: rules: - …
kubernetes kubernetes-ingress microk8sWith the storage add-on for MicroK8s, Persistent Volume Claims are by default given storage under /var/snap/microk8s/…
kubernetes microk8sI enabled the dashboard in microk8s: microk8s.enable dns dashboard I found its IP address: microk8s.kubectl …
kubernetes-dashboard microk8sI have a single node Kubernetes instance from microk8s. It is installed on a Ubuntu Server 20.20 running on Raspberry …
networking kubernetes kubernetes-ingress microk8s