Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

Tigera: Calico and K8s Network Policies - An Overview and Comparison

In this session, we will go over the core concepts in k8s network policies and calico network policies. Compare and contrast between the two models, and highlight when to use one versus the other.Takeaways: Kubernetes Network Policy enables applications to declare segmentation controls to restrict access to authorized workloads. Calico Network Policy is a sophisticated superset of Kubernetes network policy that includes a number of advanced policy features facilitating real world use cases. Calico provides a scalable implementation of network policy and proven in very large-scale production deployments yet simple to use and operate.

Tigera: Enterprise Security Controls for Kubernetes

In this talk, we will explore how to meet common enterprise security control needs when running Kubernetes. Specifically, we will look at a range of common enterprise security needs and how you can meet these with standard Kubernetes primitives and open source projects such as Calico, or take it a step further with the additional features of Calico Enterprise.

Tigera: How to Secure the network of your GKE Cluster

By default, pods are non-isolated; they accept traffic from any source. The Google GKE solution to this security concern is Network Security Policy that lets developers control network access to their services. Google GKE comes configured with Network Security Policy using Project Calico which can be used to secure your clusters. This class will describe a few use cases for network security policy and a live demo implementing each use case.

Tigera: Calico Network Policy on OpenShift

By default, pods are non-isolated; they accept traffic from any source. The Openshift solution to this security concern is Network Policy that lets developers control network access to their services. OpenShift can use the Project Calico operator to secure your clusters. This class will describe a few use cases for network policy and a live demo implementing each use case.