/java-on-kube-101

Primary LanguageJavaApache License 2.0Apache-2.0

Java for Kubernetes 101

Lab 1 Setup Kubernetes Cluster

In this lab we will setup a free Kuberentes cluster running on IBM Cloud (IKS).

To start this lab click here.

Lab 2 Deploy to Kubernetes

In this lab we will connect to a Kubernetes cluster and deploy a simple application.

To start this lab click here.

Lab 3 Hands-on with Kubectl

In this lab we will get hands-on with Kubectl, using to it to search for resources, debug applications, and updates resources.

To start this lab click here.

Lab 4 Design Applications for Kubernetes

In this lab we will look at some of the design considerations to make when writing applications that will be running in a Kubernetes environment.

To start this lab click here.

Lab 5 Working with Volumes and Environment Variables

In this lab we will look at ways of providing configuration information and environmental values through Kubernetes.

To start this lab click here.