Kubernetes: Usando Kubernetes na IBM Cloud: Difference between revisions

From Wiki
No edit summary
Line 31: Line 31:
  ibmcloud plugin list
  ibmcloud plugin list


Nome do Plug-in                        Versão
: Nome do Plug-in                        Versão
container-service/kubernetes-service  0.1.593
: 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 =
= Ver também =

Revision as of 19:30, 27 October 2018

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