Lab: Kubernetes 101
Last updated
Was this helpful?
Last updated
Was this helpful?
: This lab walks through creating and deploying a simple "guestbook" app written in Go as a net/http Server and accessing it.
: Builds on lab 1 to expand to a more resilient setup which can survive having containers fail and recover. Lab 2 will also walk through basic services you need to get started with Kubernetes and the IBM Cloud Container Service
: Introduces configuration files used to describe deployments and services and their use to deploy an application.