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

All Questions

Tagged with
-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
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
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
0 votes
1 answer
71 views

How to connect my backend-service using frontend service in minikube

So, the scenario is, I have created two service one is frontend service and another is backend service. In my frontend angular application i have given the url like http://192.168.1.5:32000/busyBox/...
Jahedul Islam's user avatar
0 votes
0 answers
22 views

Trying to run Nginx and PHP in kubernates, Originally created them as docker images and they work on docker but php fails in kubernates

Can't get my PHP deployment working, nginx works, and the same php image works fine on docker. I'm brand new to kubernates and pretty new to docker aswell so im not sure what i've done wrong, i'm ...
Zahir Bobat's user avatar
-1 votes
1 answer
60 views

How to access the IP address of the deployed app on Kubernetes?

I am using minikube and Helm. I want to install odoo from this repo: https://artifacthub.io/packages/helm/bitnami/odoo So far I have run the following command according to the documentation: helm ...
Moctar Diallo's user avatar

15 30 50 per page
1
2 3 4 5
147