Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Scheduling and assigning Pods to nodes: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
- Pod topology spread constraints: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
- Resource management in Kubernetes: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- Using port forwarding to access applications in a K8s cluster: https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/
- Getting a shell to a running container: https://kubernetes.io/docs/tasks/debug/debug-application/get-shell-running-container/