GKE Services and Network Policies
Difficulty: Intermediate
Duration: 1 minute and 46 seconds
Students: 1,481
Rating: 5/5
Developing for Kubernetes involves more than just building and deploying containers. This lesson will cover how to manage communication both inside and outside of your Kubernetes cluster. You will learn how to organize your pods with namespaces, map IP addresses to a group of pods, and how to control communication with your pods using network policies.
If you have any comments or feedback, feel free to reach out to us at: support@cloudacademy.com.
Learning Objectives
- Create and use namespaces
- Connect to your pods using services
- Define and enforce network policies
Intended Audience
- Engineers who want to deploy applications on a Kubernetes cluster
- People who want to get GCP certified (eg: Professional Cloud Developer)
Prerequisites
- Basic understanding of Kubernetes
- Experience building and deploying containers