Networking
TIP
During this tutorial series you'll learn how to manage networking on Kubernetes.
- Level: beginner
- Requirements: none
- Previous Tutorials Series: Workloads
- Can run on Cluster: any or GKE
- Can run on Namespace: any
Networking enables communication between different components.
You can run this example on any cluster, but for better visualization of the LoadBalancer Service type you can setup a GKE cluster.
Tutorials
Choose your Tutorial that you want to begin from the list below:
| Name | Description | Features |
|---|---|---|
| Services | Create Services | terminal, port forward |
| Ingresses | Create Ingresses | open browser |
TIP
Each tutorial is independent but it is recommended to follow the tutorials in order of appearance.