Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.75 KB

File metadata and controls

63 lines (44 loc) · 1.75 KB
layout default
keywords
comments false
title Lab - Kubernetes
description Now for the best part - playing round with Kubernetes!
author
title title_url external_url description
About Author
#
true
Facundo is a Cloud Solutions Architect at New Signature. He enjoys helping clients with architecture, containers/orchestration, and stream lining development processes.
micro_nav true
page_nav
prev next
content url
Intro to Docker
/lab-docker
content url
Azure DevOps Lab
/lab-azure-devops

Overview

Now that you under the value of conterization, how does Kubernetes come into play?

It's important that you understand the value of Kubernetes, otherwise, it's going to be difficult to understand the return on the investment.

Why Kubernetes?

Here's a quick recap:

  • Orchestrate multiple instances of a container across a pool of resources.
  • Zero-downtime deployments
  • Self-healing applications
  • Bin-packing

Mini-Lab - Deployments using Kubernetes

Go to this KataCoda lab and follow the instructions.

Stretch Goals

How do you deploy 10 instances of a pod?

Try to modify the Kubernetes deployment so that you deploy 10 instances of a pod.

How do you check the status of a deployment?

What kubectl command can you run to check the status of a deployment? Try it out.

Parking Lot

Don't forget, we'll have a parking lot session at the end of the day. Let us know what you'd like to add to our list.