MicroK8s, developed by Canonical, is a lightweight Minimal CNCF-certified distribution of Kubernetes. Designed for local development, IoT appliances, CI/CD, and use at the edge, MicroK8s is available as a snap and available on Linux, Windows and Mac.
Questions tagged [microk8s]
415 questions
1
vote
0 answers
Using Microk8s and OpenEBS cStor leads to an error when creating pool claims. Anybody know why this is occurring, and how to fix it?
I am using Microk8s (1.19, on Ubuntu 20.04.1 LTS) and am trying to use OpenOBS (cStor engine) for storage.
Since I'm running this locally before pushing to prod, I created virtual block devices…

Namyts
- 373
- 1
- 9
1
vote
1 answer
Install microk8s via snap using Ansible, on WSL 2
I'm trying to install microk8s, using Ansible.
I get the error : "No snap matching 'microk8s' available"
I'm using WSL 2 (Ubuntu 20.04), and snap version 2.44.3+20.04.
My configuration:
- name: Install microk8s
snap:
name:
- microk8s
…

MARCOS GARCES
- 55
- 5
1
vote
1 answer
Traefik in microk8s allways 404 trought HTTPS
I deployed a microk8s single node cluster on a simple & small VPS.
At the moment I running without cert SSL (Traefik cert by default).
The http:80 version of ingress is working correctly, I can browse the webpages at the correct ingress from HTTP,…

ruben
- 15
- 1
- 7
1
vote
1 answer
How to add the hostname in microk8s to use a custom hostname
I'm looking at microk8s to host my application and it will be using ingress.
Currently it is deployed on AWS for development system and will be soon moved to an Onprem System
To access the application i have to simply provide the external hostname…

anish anil
- 2,299
- 7
- 21
- 41
1
vote
1 answer
Kubernetes not able pull image from private registry having private domain pointed via /etc/hosts
I am trying to deploy an image from my private registry that's hosted on my local network and pointed using my local machines /etc/hosts file.
I am getting the resolution error as below:
Failed to pull image…

Anoop Naik
- 335
- 7
- 15
1
vote
1 answer
After running Kompose I get: pod has unbound immediate PersistentVolumeClaims
Whats the Problem?
I can't get my pods running which are using a volume. In the Kubernetes Dashboard I got the following error:
running "VolumeBinding" filter plugin for pod "influxdb-6979bff6f9-hpf89": pod has unbound immediate…

Max R.
- 811
- 1
- 13
- 31
1
vote
2 answers
Can I install minikube on ubuntu without virtualBox?
I want to start practicing with k8s for the CKAD exam. I run on ubuntu 18.04.
I noticed everywhere that I need to download Virtualbox for minikube. I believe that VB is needed in case I don't start my cluster with a driver but if I use the Docker…

fuschia pasty
- 33
- 1
- 9
1
vote
0 answers
Scaling from local VM minikube/microk8s testing to testing on real cluster on AWS
All -
I am a K8s newbie. I am trying to get a test a setup going with the following intention – I want to be able to have a setup configuration that I can use without much modification regardless of whether I use microk8s/minikube to run K8s or EKS…

user855
- 19,048
- 38
- 98
- 162
1
vote
1 answer
istio-engressgateway does not work in microk8s
For testing and learning purposes I tried to use istio in microk8s.
microk8s.enable istio
Then
export MYHOST=$(microk8s.kubectl config view -o jsonpath={.contexts..namespace}).bookinfo.com
microk8s.kubectl apply -l version!=v2,version!=v3 -f…

Sachith Muhandiram
- 2,819
- 10
- 45
- 94
1
vote
1 answer
Kubernetes (microk8s) vs Traditional Docker Host Machine Architecture
I tried to find the answer in previous post, but i did not find it !
My question seems dumb, i'm just trying to figure it out :)
I'm new to docker and kubernetes, i'm trying to understand the architecture of kubernetes cluster, nodes, and pods.
I'm…

Khaled Obaid
- 275
- 3
- 13
1
vote
1 answer
Getting error on microk8s with Kubeflow PIpelines SDK and Jupyter Notebook
I have set up a local cluster using microk8s and Kubeflow on my local machine. I followed these installation instructions to get my cluster up and running. I have started a Jupyter Server and coded a Kubeflow Pipeline.
My YAML file I have used to…

Christopher Thompson
- 23
- 5
1
vote
1 answer
Airflow KubernetesPodOperator AirflowException('Pod Launching failed: {error}'.format(error=ex))
I'm running a KubernetesPodOperator with a custome docker image that was imported with microk8s. When running the DAG in airflow I see the following log until I get the time out message AirflowException('Pod Launching failed:…

Alejandro Andrade
- 2,196
- 21
- 40
1
vote
3 answers
Expandable single node K8s cluster
I am searching for a solution that enables me to set up a single node K8s cluster and if I needed I add nodes to it later.
I am aware of solutions such as minikube and microk8s but they are not expandable. I am trying k3s at the moment exactly…

AVarf
- 4,481
- 9
- 47
- 74
1
vote
0 answers
microk8s clusterIP service appear to be doing source NAT when the documentation says it should not
I am having a networking issue in Kubernetes.
I am trying to preserve the source IP of incoming requests to a clusterIP service, but I find that the requests appear to be source NAT'd. That is, they carry the IP address of the node as the source IP…

Riley Wood
- 71
- 1
- 5
1
vote
1 answer
How to access web server running on host OS from inside a microk8s pod?
I would like to have a web server running in a pod reaching a web server running on my host OS.
To do that i need to have the ip or dns of my host inside microk8s.
Is there any way to get it?

Noé
- 498
- 3
- 14