Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [minikube]

Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day.

0 votes
0 answers
10 views

Not able to access minio on browser deployed on kubernetes through nodeport

I have deployed minio on kubernetes with service (nodeport) and deployment using PV and PVCs and I am not able to access it from the browser. I have to use NodePort only that is a constraint. All the ...
Kanika Gola's user avatar
-1 votes
0 answers
28 views

How to run MongoDB and Mongo-express with Kubernetes? [closed]

I was running MongoDB and Mongo-express with Kubernetes (by following tutotial by famous Nana) I am not able to open the external service i created. On seeing the logs of Pod I found following. Sun ...
mohit singla's user avatar
0 votes
0 answers
30 views

Kafka NodeJS Application running in Minikube fails with "connect ECONNREFUSED 127.0.1.1:9092" when Producing an event

I'm running Kafka through Zookeeper on my local Linux machine and my NodeJs application is running in a Pod of Minikube on the same machine. I set the code up like below: server.ts: const fanoutKafka =...
Tareq Joy's user avatar
  • 362
-1 votes
2 answers
49 views

How to access K8s pods through external IP?

I deployed my django app in kubernetes, and then created a service of LoadBalancer type to expose it. This is the deployment yaml file (I changed the actual image name to <my_image>): apiVersion:...
Moon's user avatar
  • 303
-2 votes
0 answers
19 views

storage provisioner pod restarts due to Failed to update lock: [closed]

storage provision pod restarts when every copy the files from non PV path in the pod to pv path location error in the storage pod [![enter image description here][1]][1] E0715 19:02:34.047510 1 ...
sandeep's user avatar
0 votes
0 answers
20 views

Minikube not getting started after being installled on windows 11 after installation of docker,kubectl

C:\Windows\System32>minikube start W0719 09:32:32.201445 13512 main.go:291] Unable to resolve the current Docker CLI context "default": context "default": context not found: ...
Pratik Khose's user avatar
-1 votes
0 answers
80 views

Access service on host from pod on minikube

I'm trying to follow this guide: https://minikube.sigs.k8s.io/docs/handbook/host-access/ But host.minikube.internal from my pod solve to 127.0.0.1 that is obviously not the ip that I need to reach a ...
Fi3's user avatar
  • 437
1 vote
0 answers
23 views

spring boot app cannot connect mysql database between kubernetes pods/services in minikube

I got a web server in spring boot tries to connect to mysql database, both of which is running in minikube local machine. The application and database configuration should be alright, because it is ...
Tom's user avatar
  • 11
0 votes
1 answer
69 views

Deactivate tls encryption in Kubernetes control plane

I would like observe packets exchanged between elements of the control plane but they are tls encrypted. I've been using wireshark and minikube. Since decrypting the packets seems rather complicated I ...
Michelignax's user avatar
0 votes
0 answers
75 views

Angular application not accessible on browser deployed from minikube cluster

I deployed my own angular project on docker hub (one time the whole project and one time the dist folder after building the application), Both times logs showed successful deployment in the container. ...
Muhammad Huzaifa's user avatar
0 votes
0 answers
9 views

application keep referring to kind cluster when it doesn't exit

I am installing a kubernetes supported application testkube on my local. What I did Had minikube running Installed testkube app by choco install. and found that testkube is not working.Someone ...
LearningSelenium's user avatar
0 votes
0 answers
35 views

Elasticsearch data lost after restart minikube & pod down

I have a problem dealing with persistent data from elasticsearch after I shut down and restart my minikube Requirement: CPUS: 4 Memory: 7000Mbi Driver: hyperv (windows - local) Scenario: Deploy ...
Hafi Ihza Farhana's user avatar
0 votes
3 answers
38 views

A container is not being created in docker with minicube

I have such a problem that when writing the minicube start command, I start downloading and at the same time it takes a very long time, then it switches to qemu.The logs are listed below. minikube ...
TheDude's user avatar
0 votes
0 answers
57 views

Nginx reverse proxy to kubernetes resource api not working for watch-operations

I have a Minikube cluster on my server. I want to expose the Kubernetes resource API. Which is not directly possible, because the Minikube IP is 192.168.49.2 which is only accessible on the server. ...
FabioKaelin's user avatar
2 votes
2 answers
855 views

Kubectl error : [memcache.go:265] couldn't get current server API group list

I'm new to Kubernetes and I'm trying to set up a local cluster using k3d. Here are the steps I've taken: Installed k3d and kubectl. Created a cluster using k3d cluster create -a 2. Switched to the ...
Shadlia El-amri's user avatar

15 30 50 per page
1
2 3 4 5
182