Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.3 KB

K8Lab

This lab is to kick start your journey IBM Container Service, You can find instructions to execute and supporting files in this repo

Setting up environment

Set up IBM Cloud CLI : Command line interface to manage applications, containers, infrastructures, services https://console.bluemix.net/docs/cli/reference/bluemix_cli/get_started.html#getting-started verify by using command like bx help

Install IBM cloud CLI(bx) :

https://console.bluemix.net/docs/cli/reference/bluemix_cli/get_started.html#getting-started

Install container service Plugins :

bx plugin install container-service -r Bluemix

Create Cluster on IBM cloud: Login with ibm cloud credentionals and create service Containers in Kubernetes Clusters from service catalog. Please refer below link. https://console.bluemix.net/docs/containers/container_index.html#container_index

Install Kubernetes Cluster :

https://console.bluemix.net/containers-kubernetes/catalog/cluster/create

Install and Set Up kubectl: kubectl, a Kubernetes command-line tool, to deploy and manage applications on Kubernetes. There are multiple to option to install kubectl.

Install Kubernetes CLI:

https://kubernetes.io/docs/tasks/tools/install-kubectl/

Install Helm:

https://github.com/kubernetes/helm/blob/master/docs/install.md