An Introduction to Kubernetes

A presentation at PHPMiNDS by Marcus Noble

An Introduction To Kubernetes

An Introduction To Kubernetes

About Me

About Me

Overview

Overview

A no-nonsense introduction to what Kubernetes is. We’ll cover some of the core concepts you’ll need to understand how Kubernetes operates and what they are used for. We’ll finish off with looking at why we would choose to use Kubernetes by looking at its main strengths.

Resources

The following resources were mentioned during the presentation or are useful additional information.

  • Kind - Kubernetes In Docker

    Runs within Docker and allows you to choose the version of Kubernetes you want to run. Very useful for testing and local development.

  • K3S

    A small, ready to go Kubernetes setup that you can install on your own servers. Comes with everything needed to get up and running.

  • Katacoda

    Learn Kubernetes with interactive scenarios