Top "Microk8s" questions

MicroK8s, developed by Canonical, is a lightweight single-node cluster distribution of Kubernetes, that installs locally and is available on most Linux distributions.

How to expose Microk8s containers, so they are available from another machine?

I'd like to use Microk8s for playing around Spring Cloud Data Flow, so I installed Multipass on my Windows 10, …

kubernetes microk8s
How to use local docker images with microk8s?

I have been using minikube to test Kubernetes locally. In minikube, we can use local docker images by using eval $(…

docker kubernetes minikube microk8s
Simple ingress from host with microk8s?

I would like to do two things with MicroK8s: Route the host machine (Ubuntu 18.04) ports 80/443 to Microk8s Use …

kubernetes kubernetes-ingress microk8s
Logs complaining "extensions/v1beta1 Ingress is deprecated"

I'm adding an Ingress as follows: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: cheddar spec: rules: - …

kubernetes kubernetes-ingress microk8s
How to change a Kubernetes hostpath-provisioner mount path?

With the storage add-on for MicroK8s, Persistent Volume Claims are by default given storage under /var/snap/microk8s/…

kubernetes microk8s
How to log in to the microk8s Kubernetes Dashboard?

I enabled the dashboard in microk8s: microk8s.enable dns dashboard I found its IP address: microk8s.kubectl …

kubernetes-dashboard microk8s
How to enable default-http-backend in Kubernetes in order to make Ingress work?

I 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