cloudpakforapplications-appmod
1.0.0
1.0.0
  • Introduction
  • Setup
    • Cloud Workshop + Cloud Shell Setup Instructions
  • Technology Foundations
    • Lab: Docker101
      • Pre-work
      • Lab 1
      • Lab 2
      • Lab 3
    • Lab: Kubernetes 101
      • Lab 1 - Deploy Application
      • Lab 2 - Scale Application
      • Lab 3 - Multi-tier Application
    • Lab: Kubernetes and Operators
      • Excercise - 0a
      • Excercise - 0b
      • Excercise - 1
      • Excercise - 2
      • Excercise - 3
      • Excercise - 4
      • Excercise - 5
    • Lab: Helm 101
      • Setup Helm
      • Lab 1 - Deploy Application
      • Lab 2 - Update Application
      • Lab 3 - Revisions
      • Lab 4 - Helm Repositories
  • Microservices Development
    • Lab: Deploy Microservices on IKS
    • Lab: Istio 101
      • Setup Istio
      • Lab 1 - Installing Istio
      • Lab 2 - Deploying Guestbook Application
      • Lab 3 - Expose the Service Mesh with Istio Ingress Gateway
      • Lab 4 - Perform Traffic Management
  • Modern Development with OpenShift
    • Lab: Openshift S2I and Templates
    • Lab - S2I Open Liberty
  • CI/CD
    • Lab: CI/CD with Jenkins on OpenShift
    • Lab: Jenkins Pipelines with IKS
    • Lab: Tekton on OpenShift
  • Tools for Modernization
    • Lab - Explore Transformation Advisor
  • Resources
    • IBM Developer
Powered by GitBook
On this page

Was this helpful?

  1. Technology Foundations

Lab: Kubernetes 101

PreviousLab 3NextLab 1 - Deploy Application

Last updated 4 years ago

Was this helpful?

Lab overview

Lab 0: 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 Lab 1.

Lab 1: This lab walks through creating and deploying a simple "guestbook" app written in Go as a net/http Server and accessing it.

Lab 2: 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

Lab 3: Introduces configuration files used to describe deployments and services and their use to deploy an application.