Skip to main content

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.

minikube
0 votes
0 answers
5 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
0 votes
1 answer
49 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
  • 438
1 vote
0 answers
20 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
-1 votes
0 answers
12 views

which version of minikube is compatible with podman for configuration in ubuntu 22 machine [closed]

receiving this error E0715 07:27:13.044323 38738 cache.go:189] Error downloading kic artifacts: not yet implemented, see issue #8426 i tried this minikube start --driver=podman command but ...
Preeti Chandrashekar Madaganoo's user avatar
-2 votes
0 answers
24 views

Minikube Environment Error (minikube start) [closed]

While running the minikube start command, I am repeatedly getting this issue. Even I have tried uninstall and reinstalling minikube, even after that I am getting this error. `C:\Windows\System32>...
Bhuvana Senthilkumar's user avatar
0 votes
1 answer
63 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
70 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
34 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
36 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
56 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
634 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
69 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
56 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
182