User Tools

Site Tools


howto:learn_k8s

This is an old revision of the document!


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:

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 create a namespace and get logged in, then try following along with these:

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