Lab → scenario
Kubernetes manifest picks
Choose Deployment vs Service vs Ingress for a stateless HTTP API.
Requirements
- Run 3 replicas of api with rolling updates
- Expose port 8080 inside the cluster
- Route https://api.example.com to the service
Lab → scenario
Choose Deployment vs Service vs Ingress for a stateless HTTP API.