Challenge 06 - Networking

< Previous Challenge - Home - Next Challenge >

Introduction

Have you ever wondered how to restrict traffic between applications? In challenge 6 we will be creating a network policy that does exactly that! It is time to apply some security hardening and restrict communication to our API.

Description

In this challenge, we will be deploying two network policies that will restrict traffic between pods in our ARO cluster. Network policies can be deployed by using either the ARO Web Console or the OpenShift CLI.

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources