Quantcast
Channel: Active questions tagged minikube - DevOps Stack Exchange
Browsing all 36 articles
Browse latest View live

How to set minikube to auto start on windows log on?

How I can set minikube to auto start on windows 10 login? I checked but I can't find anything on google. I saw that there is a default parameter autostart-enabled=off but I dont know where I can set...

View Article



Minikube - Is there a way to run Windows Containers?

How do I run Windows containers on Minikube?Is it possible?

View Article

Kubectl: the server doesn't have a resource type "cronjobs"

I ran minikube with: minikube start --vm-driver=kvm2 --kubernetes-version=v1.8.0status:minikube: Runningcluster: Runningkubectl: Correctly Configured: pointing to minikube-vm at 192.168.39.93However,...

View Article

How to replicate a mongodb pod with its persistent storage

I made these settings : apiVersion: v1 kind: PersistentVolumeClaim metadata: labels: name: mongo-claim0 name: mongo-claim0 namespace: my-app spec: accessModes: - ReadWriteOnce resources: requests:...

View Article

If we are using Kubernetes do we need to implement HA on both the...

Is this something that's going to be covered at the application level with pod autoscaling? Or should we implement both horizontal pod autoscaling and infrastructure high availability within our cloud...

View Article


How do I deploy an applications to Kubernetes with Minikube?

I would like to do something like this, but all Kubernetes quickstart demos are just for deploying a simple applications and not multiple.How would I create a yaml file that can deploy multiple...

View Article

Kubernetes expose an app via a DNS name in minicube

I have a Minikube installation in which I created a simple hello-world deployment like this:kubectl create deployment hello-node \ --image=gcr.io/hello-minikube-zero-install/hello-nodeI exposed the...

View Article

Why do I need tools like minikube or microk8s to run k8s locally?

I'm just getting started on k8s and got stuck on running k8s locally (it's running, but I don't understand exactly)Pretty much all the tutorials on running k8s locally use minikube and I'm a little bit...

View Article


Enable SSLv3 in Minikube Nginx Ingress

I have some problems with enabling SSLv3 in my Nginx Ingress used as a Minikube addon.I have read in docs how to do it. It should be as simple as adding single map.Unfortunately I haven't had much...

View Article


How to start the latest version of k8s using minikube?

When a k8s cluster is created using minikube, the output indicates that an outdated version of k8s is deployed:user@host ~ $ minikube startStarting local Kubernetes v1.6.4 cluster...Starting VM...

View Article

How can I investigate an issue with cgroup inside Minikube on Docker

I have an issue with deploying VMWare Tanzu Greenplum for Kubernetes (it's based on PostgreSQL) on the Minikube cluster. I wanted to use Minikube on Docker but for some reason, it does not work with...

View Article

Ingress ip returns HTTP error DNS_PROBE_FINISHED_NXDOMAIN

I have the next ingress (output of "kubectl get ingress")NAME HOSTS ADDRESS PORTS AGEmain * 192.168.39.190 80 46mBut when I try to visit that IP address in chrome I getCannot access the website. Check...

View Article

Minikube for Ubuntu 20.04 WSL stuck on 'Restarting existing docker container...

I've come across the following problem where my minikube cluster doesn't start and the command line becomes stagnant in the following way:$ minikube start�😄 minikube v1.17.1 on Ubuntu 20.04�🆕...

View Article


Unable to fetch metrics from custom metrics API: Internal error occurred

I am running a local Kubernetes cluster with Minikube on a Windows machine using --driver=hyperv.I am trying to set up an HPA (HorizontalPodAutoscaler) based on Pods custom metrics. Using Helm, I...

View Article

Is there an alternative to minikube on AWS Workspaces (unable to install...

I learnt from my team that it is not possible to install Minikube in AWS Workspaces.I was wondering - is there another alternative tool to Minikube which can we installed on AWS Workspaces so that we...

View Article


Minikube will not start again after a stop

Running gentoo linux... I am new to kubernetes and learning it on my dev cloud. I am able to start minikube with no issues (other than the second node is missing...not sure why). Then I stop minikube....

View Article

How to route traffic from vps to kubernetes load balancer

I'm moving my project from docker compose setup to kubernetes setup. I've read a lot and view some tutorials but I'm stuck when it comes to sharing load balancer/ingress to the outside world.I always...

View Article


Image may be NSFW.
Clik here to view.

How to expose a service ( Experssjs Api ) deployed on minikube ( 192.168.49.2...

I've created a service inside minikube (expressjs API) running on my local machine, so when I launch the service using minikube service wedeliverapi --url i can access it from my browser with...

View Article

Access to k3s DNS from host

I have a single node k3s "cluster" with few Services on it.Whenever I want to access to one of them, I'm forced to either do a port-forward or a describe (and get the endpoint, but it changes each...

View Article

Making Istio Gateway accessible from another machine

I have a minikube cluster with Istio and I have configured an Istio Gateway as described here.If I curl from the machine, where the cluster is, to the gateway everything works fine.However I want to...

View Article
Browsing all 36 articles
Browse latest View live




Latest Images