ymcueva / java-on-kube-101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Java 90.2%Language:Dockerfile 8.2%Language:Shell 1.6%