- 📄 5.1 Introducing services
- 5.1.1 Creating services
- 5.1.2 Discovering services
- 📄 5.2 Connecting to services living outside the cluster
- 5.2.1 Introducing service endpoints
- 5.2.2 Manually configuring service endpoints
- 5.2.3 Creating an alias for an external service
- 📄 5.3 Exposing services to external clients
- 5.3.1 Using a NodePort service
- 5.3.2 Exposing a service through an external load balancer
- 5.3.3 Understanding the peculiarities of external connections
- 📄 5.4 Exposing services externally through an Ingress resource
- 5.4.1 Creating an Ingress resource
- 5.4.2 Accessing the service through the Ingress
- 5.4.3 Exposing multiple services through the same Ingress
- 5.4.4 Configuring Ingress to handle TLS traffic
- 📄 5.5. Signaling when a pod is ready to accept connections
- 5.5.1. Introducing readiness probes