Category "minikube"

In Minkube mulitple namespaces why NetworkPolicy is not working

I'm using minikube and created the following resources Two namespaces qa and prod Created curlpod in qa namespace, also curlpod and web pod in prod namespace. C

Docker: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/ (Path here) /merged : too many levels of symbolic links

I am trying to run minikube with the following command: minikube start --driver=docker but it keeps giving me this error: docker: Error response from daemon: e

minikube pod ip and pod cidr

I setup minikube on my MAC. ~ $ kubectl describe node minikube Addresses: InternalIP: 192.168.64.2 Hostname: minikube PodCIDR: 10.

Cannot access deployed services when Minikube cluster is installed in WSL2

I have a Minikube cluster setup in WSL 2 of Windows 10 pro, where the docker-for-windows is used with WSL2 integration. Minikube was started with default docker

Gitlab Kubernetes Agent behind Nginx Reverse Proxy

Dear friendly developer, I am trying to register a Gitlab Kubernetes Agent inside a Minikube with a self hosted Gitlab instance. The Gitlab instance is a docker

minikube cluster will not pull in images

I am having issues pulling in my images of my minihkube kubemaniest file for what ever reason. Here is how it looks: apiVersion: v1 items: - apiVersion: v1

Unable to reach service with ingress-nginx

I am really new to Kubernetes/minikube... I have to make service and hit "/first" and use ingress-nginx without ingress addon in minikube. Even though I have ad

Why is my minikube metrics-server addon not reporting pod metrics (docker 20.x)?

My pod metrics stopped working on a local minikube deployment. It appears similar to an issue reported a while back, but I don't see the same error messages in

Terraform fails to create ingress (could not find the requested resource ingresses.extensions)

I'm using minikube locally. The following is the .tf file I use to create my kubernetes cluster: provider "kubernetes" { config_path = "~/.kube/config" } res

SQL scripts in Dockerfile is skipped to run if I attach the deployment to a persistent volume

I create a new image base on the "mcr.microsoft.com/mssql/server" image. Then I have a script to create a new database with some tables with seeded data within

how to resolve minikube start error : This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

minikube v1.25.1 on Microsoft Windows 10 Home Single Language 10.0.19043 Build 19043 MINIKUBE_HOME=C:\os\minikube\Minikube Automatically selected the virtualbo

Kubernetes pod unable to download from npm registry EAI_AGAIN

I have a minikube setup where a container needs to access npm registry when starting up. But the pod can not connect to npm registry. I was under the impression

Cannot execute k8s module

My code in tasks/main.yml. - name: Check Istio services k8s_info: api_version: v1 kind: Service namespace: istio-system But it returns; An ex

k6: connect test outputs to influxdb v2 from kubernetes pods

I'm using a Minikube setup for testing. On Minikube I have a App, the InfluxDB v2 and the k6 sample pods to test my App. Now I want to collect the test data in

how to Start keycloak 18 in Https mode in Kubernetes(minikube) Getting error to get the certificate

I'm running a minikube cluster on my local machine And want to deploy keycloak 18 version via Helm chart. But I'm unknown about. How to Add Generated certficate

Error when trying to expose a docker container in minikube

I am using minikube to learn about docker, but I have come across a problem. I am following along with the examples in Kubernetes in Action, and I am trying to

Access mysql running on localhost from minikube

I am running some services in minikube and trying to connect to mysql running on localhost(127.0.0.1) on 3306 port. I read this and trying to create service a

minikube tunnel command show an error when add a route

I've installed minikube over VirtualBox in a Windows 10 Home I am trying to run command: minikube tunnel but I get an error: Status: machine: minikube

minikube ip is not reachable

I have created one service called fleetman-webapp: apiVersion: v1 kind: Service metadata: name: fleetman-webapp spec: selector: app: webapp ports: - n

Unable to access a NodePort service on Minikube

I have minikube running. Minikube status results into: kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.100 And I defined a Service, wit