User Tools

Site Tools


howto:learn_k8s

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howto:learn_k8s [2023/04/02 23:17] andrewfergusonhowto:learn_k8s [2023/04/03 11:38] tcmal
Line 7: Line 7:
 k8s organises containers for us, so first we need to understand how to use 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:+The most popular tool for working with containers on the desktop is Docker. Here are some starter tutorials:
  
   * [[https://docs.docker.com/get-started/|Docker's official tutorial]]   * [[https://docs.docker.com/get-started/|Docker's official tutorial]]
   * [[https://stackify.com/docker-tutorial/|A shorter tutorial from stackify]]   * [[https://stackify.com/docker-tutorial/|A shorter tutorial from stackify]]
   * [[https://www.freecodecamp.org/news/the-docker-handbook/|A longer course from freeCodeCamp.org]]   * [[https://www.freecodecamp.org/news/the-docker-handbook/|A longer course from freeCodeCamp.org]]
 +
 +If you want to use the Sandbox to experiment (see [[tutorials:1|logging in to Tardis]]), then run ''curl -fsSL https://get.docker.com/rootless | sh''.
  
 ===== Then, do things with them ===== ===== Then, do things with them =====