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
0
votes
1 answer
microk8s configuration location (current vs x1)
I have a microk8s installed on a ubuntu EC2 instance. I have kubernetes 1.21 with calico cni installed. These are installed with snap.
I am trying to enable dual stack(ipv4 and ipv6) for the kubernetes. This requires changing config of kubernetes…

infinite_loop
- 131
- 1
- 10
0
votes
0 answers
How can kubectl acces k8s cluster in another server
I tried to create a k8s cluster in my MacBook Pro M1, but fail because of M1. So I want to create the k8s in another windows and the MacBook will connect to the cluster with kubectl and telepresenc.
create a k8s cluster in the ubuntu server 20.04…

DoneSpeak
- 323
- 2
- 12
0
votes
1 answer
Kubernetes-Dashboard externally accessible via path: / but not path: /dashboard
I'm fiddling around with a local Kubernetes Cluster using MicroK8s for Development and potentially production after that.
I managed to get the Kubernetes-Dashboard to show up after a while (honestly new to Cloud at all) using an Ingress Controller…

Andy Troschke
- 441
- 1
- 5
- 13
0
votes
1 answer
How to access kubernetes microk8s dashboard remotely without Ingress?
I am new to Kubernetes and i am trying to deploy a MicroKubernetes cluster on 4 raspberry PIs.
I am struggling with setting up the dashboard since (no joke) a total of about 30 hours now and starting to be extremely frustrated .
I just cannot access…

MajesticOl
- 311
- 1
- 20
0
votes
1 answer
Load Balancing gRPC streams k8s using linkerd
I'm trying to achieve load balancing of gRPC messages using linkerd on a k8s cluster.
The k8s cluster is setup using microk8s. k8s is version 1.23.3 and linkerd is version stable-2.11.1.
I have a server and a client app, both c# code. The client…

NM138
- 43
- 5
0
votes
2 answers
status of pod changes to CrashLoopBackOff after completed
Whenever I create a pod the status of pod changes to 'CrashLoopBackOff' after 'Completed'.
I am using microk8s I have pushed the image to microk8s registry. I am creating a pod by running this command : "kubectl create -f…

Usama Hameed
- 129
- 5
- 14
0
votes
0 answers
K8s Cluster Autoscaler on Self-Managed Kubernetes setup on AWS: no node group config
I have a cluster with an autoscaling group and I am using Microk8s on the K8s nodes. I deployed the following K8s-cluster autoscaler:
---
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
k8s-addon: cluster-autoscaler.addons.k8s.io
…

Rafael Moreira
- 197
- 1
- 10
0
votes
1 answer
Auto restart pod after out of space for ephemeral-storage
In case of lack of disk space the pod will get to status containerStatusUnknow,
When describe the pod it seems that it
Status: Failed
Reason: Evicted
message: The node was low on resource: ephemeral-storage.....
Is there a way in microk8s to check…

Nimrod
- 43
- 4
0
votes
1 answer
Why is microk8s failing to install?
I'm trying to use microk8s for my KubernetesPodOperator in my dag. Unfortunately I can't seem get it to install consistently.
I'm using homebrew to install (or reinstall) microk8s and multipass. When I execute
microk8s install --cpu=4 --mem=10000
I…

Keith
- 1,777
- 3
- 15
- 20
0
votes
2 answers
microk8s coredns CrashLoopBackOff
I'm using microk8s on Ubuntu but I have a problem wiht the coredns pod which fails to start and I suspect thats giving me other pods issues.
The Pod is showing a staut of CrashLoopBackOff whe running get pods
Here is the Describe of the pod:
Name: …

Merlin051
- 161
- 2
- 9
0
votes
1 answer
kubernetes on microk8s yaml file not working
Yesterday, I installed kubernetes microk8s on my private laptop to learn about kubernetes,
But even on first simple file with PersistentVolume I'm getting a lot of validation errors,
I have installed microk8s on Ubuntu from below…

dominbdg
- 13
- 1
- 4
0
votes
1 answer
Microk8s TimeScaleDB Installation with Helm
I installed timescaledb with helm from this chart: https://github.com/timescale/timescaledb-kubernetes/tree/master/charts/timescaledb-single
I did not change anything. When I installed it pod gives this error:

oakkose
- 353
- 3
- 13
0
votes
0 answers
How to rescue a Kubernetes cluster when multiple pods enter "unknown" status
I am trying to understand the lessons from a failed K8s cluster. I am running Microk8s 1.22.5. I had 3 rock solid (physical) nodes. I tried to add a fourth node (KVM guest) to satisfy the requirements of Minio. Within 24h, the KVM host had entered…

Minsky
- 473
- 2
- 7
- 18
0
votes
1 answer
Kubernetes Not Scheduling CronJob
I'm running an instance of microk8s and attempting to get a CronJob running every 60 seconds, but it's simply not working. It's my understanding CronJob's shouldn't need any manual intervention to kick them off, but this system has been up for over…

senfo
- 28,488
- 15
- 76
- 106
0
votes
0 answers
Kubernetesingress can't find multiple path resources
My ingress file like this and I cannot get my resources when it comes up multiple paths
And my ingress file like this:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-ingress
annotations:
…

kuroi_karasu
- 263
- 1
- 3
- 6