calico Questions

2

Solved

I'm interested in using Kubernetes NetworkPolicy to control network policy. I want to know if the NetworkPolicy is blocking traffic so I can either fix the policies or fix/stop whatever is in viola...
Keli asked 19/12, 2017 at 23:20

4

Solved

Init container with kubectl get pod command is used to get ready status of other pod. After Egress NetworkPolicy was turned on init container can't access Kubernetes API: Unable to connect to the ...
Scrappy asked 30/4, 2018 at 14:46

2

I am using Kubernetes v1.20.10 baremetal installation. It has one master node and 3 worker nodes. The application simply served HTTP requests. I am scaling the deployment based on the (HPA) Horizon...

2

Solved

I deployed my cluster with the --pod-network-cidr added, and have created the new ip pool using calicoctl to change the pods to this range. The problem I am having is exactly what I need to change ...
Labret asked 11/2, 2020 at 19:49

3

Solved

I have installed my kubernetes cluster(1master, 3worker)in the digital ocean. The problem is I installed both flannel and calico in this cluster. I want to remove the calico completely from my clus...
Matriculate asked 4/12, 2018 at 10:19

7

Solved

I'm running Kubernetes 1.13.2, setup using kubeadm and struggling with getting calico 3.5 up and running. The cluster is run on top of KVM. Setup: kubeadm init --apiserver-advertise-address=10.2...
Patricapatrice asked 31/1, 2019 at 17:17

3

I am trying to add a calico network policy to allow my namespace to talk to kube-system namespace. But in my k8s cluster kube-system has no labels attached to it, so I am not able to select pods in...
Schreck asked 12/6, 2019 at 13:28

4

I have a multi-tenant cluster, where multi-tenancy is achieved via namespaces. Every tenant has their own namespace. Pods from a tenant cannot talk to pods of other tenants. However, some pods in e...
Hendecagon asked 12/6, 2018 at 0:3

1

I have Kubernets 1.20.1 cluster with single master and single worker configured with ipvs mode. Using calico CNI calico/cni:v3.16.1. Cluster running on OS RHEL 8 kernel 4.18.0-240.10 with firewalld...
Kinna asked 17/1, 2021 at 0:0

2

Solved

I've provisioned a kubernetes cluster on my own couple of virtual machines via kubespray. Kubespray uses project-calico as default network-plugin which fits my requirements of proxying services in ...
Estebanesteem asked 19/12, 2019 at 15:41

1

When enabling only egress network policies, all readiness and liveness checks fail after pods are restarted. This is what I see when describing the pod: Warning Unhealthy 115s (x7 over 2m55s) kubel...
Halfcocked asked 15/10, 2020 at 19:45

2

Solved

I installed kubernetes using kubeadm v1.14.0 and added two working nodes via the join command. kubeadm config apiVersion: kubeadm.k8s.io/v1beta1 kind: ClusterConfiguration kubernetesVersion: v1.14...
Gina asked 15/8, 2019 at 2:4

1

I am bit confused about Calico IPs : If I add calico to kubernetes cluster using kubectl apply -f https://docs.projectcalico.org/v3.14/manifests/calico.yaml The CALICO_IPV4POOL_CIDR is 192.16...
Cacophony asked 1/6, 2020 at 19:14

1

Solved

After uninstalling calico, kubectl -f calico.yaml, not able to create new pods in the cluster. Any new pods in the cluster are stuck in container creating state. Kubectl describe shows the errors b...
Earring asked 8/5, 2020 at 5:48

0

I've problems getting with the BGP Peers of my Kubernetes clusters. My Cluster is built with 3 master nodes and 2 worker nodes on premise running on Unbuntu 18.04. The etcd is external configurered...
Entwistle asked 7/5, 2020 at 5:53

1

Solved

I'm trying to install a kubernetes cluster on my server (Debian 10). On my server I used ufw as firewall. Before creating the cluster I allowed these ports on ufw: 179/tcp, 4789/udp, 5473/tcp, 4...
Cornet asked 1/4, 2020 at 12:2

1

Solved

I'm trying to get access to mongodb replicaset via kubectl, so I won't expose it to internet, I can't use OpenVPN since Calico blocks it. So I'm using this script: export MONGO_POD_NAME1=$(kubect...

1

Solved

what is the difference between l2 cni plugin vs l3 cni plugin? Does L2 CNI plugin doesn't provide public access to the pods?What are the examples of L2 and L3 plugins
Warrantee asked 25/2, 2019 at 18:19

1

Solved

I install kubernetes v1.11.5 from kubeadm with cni plugin flannel and everything is ok. But I after try to switch to calico I found that the cross machine pod communication is broken. So I switch b...
Mcbrayer asked 23/12, 2018 at 2:31

0

We're running a web API app on Kubernetes (1.9.3) in AWS (set with KOPS). The app is a Deployment and represented by a Service (type: LoadBalancer) which is actually an ELB (v1) on AWS. This ...
Mobcap asked 1/8, 2018 at 11:5

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

© 2022 - 2024 — McMap. All rights reserved.