Difference between revisions of "Kubernetes Operations (kOps)"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
As of January 2022 [[AWS]] (Amazon Web Services) officially supported, with [[DigitalOcean]], [[GCE]] and [[OpenStack]] in beta support, and [[Azure]] and [[AliCloud]] in alpha.
 
As of January 2022 [[AWS]] (Amazon Web Services) officially supported, with [[DigitalOcean]], [[GCE]] and [[OpenStack]] in beta support, and [[Azure]] and [[AliCloud]] in alpha.
  
== Installation ===
+
== Installation ==
  curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
+
  [[curl -Lo]] kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
 
  [[chmod +x]] kops
 
  [[chmod +x]] kops
 
  sudo [[mv]] kops [[/usr/local/bin/]]kops
 
  sudo [[mv]] kops [[/usr/local/bin/]]kops

Revision as of 12:17, 13 November 2021

wikipedia:Kubernetes Operations


As of January 2022 AWS (Amazon Web Services) officially supported, with DigitalOcean, GCE and OpenStack in beta support, and Azure and AliCloud in alpha.

Installation

curl -Lo kops https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64
chmod +x kops
sudo mv kops /usr/local/bin/kops

Related terms

See also

Advertising: