Kubernetes: Usando Kubernetes na IBM Cloud

From Wiki

Passos

Pré-requisitos

Instalando os pré-requisitos

No MacOS

brew install kubectl 
brew cask install ibm-cloud-cli
brew install cfssl
brew install docker

Login na IBM Cloud

 ibmcloud login

Para FederatedID (Ex. Funcionário IBM)

ibmcloud login -sso

Install the IBM Cloud plug-ins

Install the IBM Cloud Kubernetes Service plug-in to create Kubernetes clusters and manage worker nodes by installing the IBM Cloud Kubernetes Service plug-in:

ibmcloud plugin install container-service -r Bluemix
ibmcloud plugin install container-registry -r Bluemix

Listando plug-ins instalados...

ibmcloud plugin list
Nome do Plug-in Versão
container-service/kubernetes-service 0.1.593

Provisionando um Cluster na IBM Cloud

Vá no endereço https://console.bluemix.net/catalog/ e localize a entrada IBM Cloud Kubernetes Service.

Ver também