Secure Networking for Openshift

Secure Networking for Openshift

Oct 1, 2020

The Kubernetes network model defines a flat network in which pod connectivity is unimpeded, with no restrictions on what traffic is allowed to or from each pod. To make a cluster production ready you need to make this networking secure. Network Policy is the primary tool for doing this and is essential to understand before considering moving a cluster to production.

In this training session we will cover

  • What Network Policy is and how it works
  • Common use cases for Network Policy
  • How to secure an OpenShift cluster using Calico, installed using the Project Calico operator
  • Live demo implementing Network Policy in an Openshift cluster