Kubernetes: Usando Kubernetes na IBM Cloud: Difference between revisions

From Wiki
No edit summary
Line 1: Line 1:
= Passos =
= Passos =


== Instalando os pré-requisitos ==
== Pré-requisitos ==
 
=== Instalando os pré-requisitos ===


No MacOS
No MacOS
Line 8: Line 10:
  brew cask install ibm-cloud-cli
  brew cask install ibm-cloud-cli
  brew install cfssl
  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


= Ver também =
= Ver também =
Line 17: Line 43:
[[Category:Docker]]
[[Category:Docker]]
[[Category:Kubernetes]]
[[Category:Kubernetes]]
[[Category:K8s]]
[[Category:Cloud]]
[[Category:Cloud]]
[[Category:Cfc]]
[[Category:IBM Cloud]]
[[Category:WebDev]]
[[Category:Tecnologias]]

Revision as of 19:12, 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


Ver também