Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From source to Kubernetes in 30 minutes

From source to Kubernetes in 30 minutes

Bastian Hofmann

October 21, 2019
Tweet

More Decks by Bastian Hofmann

Other Decks in Programming

Transcript

  1. • A group of 1 or more containers • Same

    port space • Within a Pod: communication over localhost • Every container has their own filesystem • Every Pod has it's own IP • All Pods can talk with each other • IPs change all the time Pod
  2. DNS

  3. TLS

  4. The ingress controller (nginx) listens on routing rules in Ingress

    Resources and configures itself to route incoming traffic to the correct running and healthy pods
  5. Cert-manager listens on Ingress Resources and if they need TLS,

    requests a certificate from LetsEncrypt