Minikube is a tool that makes it easy to run Kubernetes locally.
I'm recently getting started on kubernetes. I have encoutered FailedScheduling <unknown> default-scheduler 0/1 nodes are available: 1 node(s) were …
kubernetes minikube plexI am fairly new to Kubernetes and I have recently exposed a service using miniKube using NodePort type. I want …
ip kubernetes minikubeIs there any way to share the directory/files to kubernetes container from your local system? I have a deployment …
kubernetes kubectl minikubeMy question is about PersistentVolumeClaim I have one node cluster setup on aws ec2 I am trying to create a …
kubernetes devops minikube devops-servicesHi i am new to kubernets, i am using minikube single node cluster for local development and testing. Host: Ubuntu 16.04 …
apache-kafka kubernetes kubectl minikube kafkacatI am trying to build and deploy microservices images to a single-node Kubernetes cluster running on my development machine using …
kubernetes minikube skaffoldCan someone please detail the steps necessary to install the kube-dns addon? I've downloaded the nearly 400MB git repo in …
kubernetes minikube kube-dnsI'm trying to run percona xtradb cluster. The output from the percona server is as followings: mysqld: [Warning] World-writable config …
mysql kubernetes minikube percona percona-xtradb-clusterMy company uses it's own root CA and when I'm trying to pull images. Even from a private registry I'm …
kubernetes minikubeI am currently trying to reproduce this tutorial on Minikube: http://blog.kubernetes.io/2017/01/running-mongodb-on-kubernetes-with-statefulsets.html I updated the configuration …
mongodb kubernetes gcp minikube