flannel Questions
1
Solved
I have a problem trying exec'ing into a container:
kubectl exec -it busybox-68654f944b-hj672 -- nslookup kubernetes
Error from server: error dialing backend: dial tcp: lookup worker2 on 127.0.0.53...
Ageold asked 22/5, 2018 at 12:59
1
Solved
To install kubernetes using flannel, one initially needs to run:
kubeadm init --pod-network-cidr 10.244.0.0/16
Questions are:
What is the purpose of "pod-network-cidr"?
What's the meaning of s...
Cherriecherrita asked 26/2, 2018 at 8:57
1
Solved
I'm trying to create a kubernetes cluster following the document at: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
First I have installed kubeadm with docker image on Coreos...
Farrington asked 5/12, 2017 at 19:24
1
Solved
I was wondering if someone could give me a brief overview of the differences/ advantages between all of the different Kubernetes network overlays. The getting started guide (http://kubernetes.io/do...
Hardman asked 31/10, 2016 at 17:43
1
Solved
I have installed minikube on my ubuntu 16.04 machine and have started a cluster, with a message
"Kubernetes is available at https://192.168.99.100:443"
Next, I deployed nginx service with the fo...
Garda asked 27/6, 2016 at 4:48
1
Solved
I'm trying to set up a kubernetes cluster on 2 nodes , centos 7.1 using this guide. However when I attempt to start the services on the minion like so:
for SERVICES in kube-proxy kubelet docker fl...
Impression asked 23/12, 2015 at 16:12
© 2022 - 2024 — McMap. All rights reserved.