> For the complete documentation index, see [llms.txt](https://canine.gitbook.io/canine.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://canine.gitbook.io/canine.sh/technical-details/kubernetes-crash-course.md).

# Kubernetes Crash Course

Canine relies heavily on Kubernetes, so we've made a little crash course on how Kubernetes works, and how it relates to Canine.

1. [Introduction to Kubernetes](/canine.sh/technical-details/kubernetes-crash-course/introduction.md)
2. [Containers & Pods](/canine.sh/technical-details/kubernetes-crash-course/containers-and-pods.md)
3. [Deployments](/canine.sh/technical-details/kubernetes-crash-course/deployments.md)
4. [Namespaces](/canine.sh/technical-details/kubernetes-crash-course/namespaces.md)
5. [Services](/canine.sh/technical-details/kubernetes-crash-course/services.md)
6. [Ingress](/canine.sh/technical-details/kubernetes-crash-course/ingress.md)
