by Josh Rosso | Mar 22, 2019 | Calico, Kubernetes, Uncategorized
Calico is a popular CNI plugin for Kubernetes. It leverages Border Gateway Protocol (BGP) for communicating routes available on nodes. This method fosters a highly scalable networking model between our workloads. The Case for Route Reflection Calico requires no...
by Christopher Liljenstolpe | Jan 31, 2019 | Blog, Kubernetes, Security, Uncategorized
One of the key Kubernetes security concepts is that workload identity is tied back to information that the orchestrator has. The orchestrator is actually the authoritative entity for what the actual workloads are in the platform. Kubernetes uses labels to select...
by Andy Wright | Jun 5, 2018 | AWS, Eks, Microsegmentation, Network Policy, News, Uncategorized
Tigera’s dedication and investment in the open source Project Calico has helped thousands of users implement best practices network policy in Kubernetes — many of them deployed in Amazon Web Services infrastructure. AWS announced today that Amazon EKS is now generally...
by Christopher Liljenstolpe | Mar 12, 2018 | AWS, Calico Enterprise, Containers, DevOps, Kubernetes, Microsegmentation, Project Calico, Security, Uncategorized, Zerotrust
Heptio’s CTO, Joe Beda, recently posted an insightful blog entry discussing the Tesla Kubernetes compromise. I wanted to dive into one of the areas he mentioned, network policy. Before I do, however, I would make some general observations. While, in hindsight, the...
by Cody McCain | Mar 1, 2018 | Application Connectivity, Kubernetes, Microsegmentation, Network Policy, Networking, Project Calico, Uncategorized
This blog concludes a three part series on Securing Host Endpoints with Project Calico by explaining how to secure endpoints in Kubernetes. The first two installments referenced below provide background on the technical principles applied in this blog. Part 1 — What...