Questions tagged [project-calico]

Project Calico aims to simplify, scale, and secure cloud networks.

Per the project website, Project Calico aims to be:

Simple

Let's remove the complexity

Traditional SDNs are complex, making them hard to deploy and troubleshoot. Calico removes that complexity, with a simplified networking model designed for the demands of today's cloud-native applications.

Scalable

From dev/test to enterprise deployment

Unlike SDNs that require a central controller, limiting scalability, Calico is built on a fully distributed, scale-out architecture. So it scales smoothly from a single developer laptop to large enterprise deployments.

Secure

Policy-based micro-segmentation

Defining secure network policy used to be reserved for skilled network engineers. Calico's powerful micro-segmentation capabilities build on a simple policy language that naturally expresses the developer's intent.

171 questions
0
votes
1 answer

Calico NetworkPlugin cni failed on the status hook for pod 'nginx' - invalid CIDR address: Device "eth0" does not exist

I have the following kubelet error on my minions: Jul 02 16:20:42 sc-minion-1 kubelet[46142]: E0702 16:20:42.899902 46142 manager.go:309] NetworkPlugin cni failed on the status hook for pod 'nginx' - invalid CIDR address: Device "eth0" does not…
Jonathan
  • 10,792
  • 5
  • 65
  • 85
0
votes
1 answer

How can I configure Calico to use a custom subnet as the default?

I have been able to create a Kubernetes cluster on CoreOS using Calico following this guide. As documented in the guide, Calico creates a default subnet 192.168.0.0/16. Once the services start, I can redefine the subnet by running the following…
Eng T
  • 1
  • 2
-1
votes
1 answer

Kubernetes Dashboard not accesible

Now when I try to access the url https://172.21.97.117:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy I could see the title loaded but not few js associated with it. below are the javascript I got from browser's…
Susanta Adhikary
  • 257
  • 2
  • 6
  • 20
-1
votes
1 answer

Which extension version allows me to create calico daemonset in vagrant/virtualbox environment

I am trying to deploy a vagrant/virtualbox environment with calico as networking framework. However, when doing vagrant up, I get following error: error: unable to recognize "/vagrant/calico/calico.yaml": no matches for kind "DaemonSet" in version…
Paul Rousseau
  • 571
  • 2
  • 7
  • 21
-1
votes
2 answers

custom outgoing network path for kubernetes pod

say I have 2 sites, S1,S2; each with at least a kubernetes worker. The two sites are geographically apart and have different public IPs on the nodes/workers. Does kubernetes offer any existing mechanisms to route outgoing internet traffic from a…
hbogert
  • 4,198
  • 5
  • 24
  • 38
-1
votes
1 answer

k8s DaemonSet: rejected pods are re-created too fast to get any log or event

I am having the exact same issue as stated here: https://github.com/kubernetes/kubernetes/issues/51884 calico node is created but deleted directly again: Jun 06 04:38:28 [..] I0606 08:38:28.170339 1 event.go:218]…
1 2 3
11
12