User Tools

Site Tools


howto:learn_k8s

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howto:learn_k8s [2023/03/25 01:54] – created tcmalhowto:learn_k8s [2023/07/29 11:13] (current) – removed tcmal
Line 1: Line 1:
-====== Learn Kubernetes (k8s) ====== 
- 
-Kubernetes (k8s for short) is pretty complicated, but 90% of the time you can get by knowing very little of it. 
- 
-===== First, Make some containers ===== 
- 
-k8s organises containers for us, so first we need to understand how to use containers. 
- 
-The most popular tool for working with containers on the desktop is Docker. It's installed on the sandbox VM, so you can SSH in and try it immediately. Here are some starter tutorials: 
- 
-  * [[https://docs.docker.com/get-started/|Docker's official tutorial]] 
-  * [[https://stackify.com/docker-tutorial/|A shorter tutorial from stackify]] 
-  * [[https://www.freecodecamp.org/news/the-docker-handbook/|A longer course from freeCodeCamp.org]] 
- 
-===== Then, do things with them ===== 
- 
-Now that you know all about containerisation, you're ready to start making k8s arrange containers for you. Go and [[https://console.tardisproject.uk/k8s/|create a namespace]] and get logged in, then try following along with these: 
- 
-  * [[https://kubernetes.io/docs/tutorials/kubernetes-basics/|The official k8s tutorial]] 
-  * [[https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882/|A beginner-friendly course by freeCodeCamp.org]] 
-  * [[https://kubebyexample.com/learning-paths/kubernetes-fundamentals/what-kubernetes-3-minutes|A very in detail course from red hat]] 
- 
-===== TODO: Putting things on the internet ===== 
- 
-I haven't dealt with ingress yet, but I'll write this once I do. 
  
howto/learn_k8s.1679709299.txt.gz · Last modified: 2023/03/25 01:54 by tcmal