Isolating Workloads with Namespaces (Challenge)

# Introduction Kubernetes provides namespaces as a way to isolate workloads and resources in a cluster. In this challenge, you will learn how to use namespaces to isolate workloads and resources. You will create a namespace, deploy a simple web application in the namespace, and verify that the web application is isolated from the other resources in the cluster.

|60 : 00

Click the virtual machine below to start practicing