cloudpakforapplications-appmod
workshop-07-28-2020
workshop-07-28-2020
  • Introduction
  • Setup
    • Cloud Shell Setup Instructions
    • Access IBM Skills Network
  • Day 1
    • Lab: Kubernetes 101
      • Excercise - 1
      • Excercise - 2
      • Excercise - 3
    • Lab: Helm 101
      • Setup Helm
      • Lab 1 - Deploy Application
      • Lab 2 - Update Application
      • Lab 3 - Revisions
      • Lab 4 - Helm Repositories
    • Lab: Kubernetes Extensions
  • Day 2
    • Lab - S2I Open Liberty
    • Lab - CI/CD Pipeline with Jenkins on OpenShift
      • Lab 1 - Deploy application to OpenShift via s2i
      • Lab 2 - Deploy application to OpenShift via CI/CD Pipeline with Jenkins
  • Resources
    • IBM Developer
Powered by GitBook
On this page

Was this helpful?

  1. Day 1

Lab: Kubernetes 101

PreviousAccess IBM Skills NetworkNextExcercise - 1

Last updated 4 years ago

Was this helpful?

Lab overview

: Setup - if you do not have access to a kubernetes environment, follow the suggestions here to get one. If you are in an IBM workshop and have already signed in to your kubernetes cluster, skip this lab and start with .

: 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.

Lab 1
Lab 2
Lab 3
Lab 0
Lab 1