Difference between revisions of "Kubernetes (snap install)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 23: Line 23:
 
* [[Juju]]
 
* [[Juju]]
 
* <code>[[multipass launch]]</code>: <code>multipass launch --cpus 10 --mem 8G --disk 10G --name VM10CPU</code>
 
* <code>[[multipass launch]]</code>: <code>multipass launch --cpus 10 --mem 8G --disk 10G --name VM10CPU</code>
 +
* [[Deploy EKS cluster using Terraform]]
  
 
== See also ==
 
== See also ==

Revision as of 18:34, 10 June 2022

1) Install packages

snap install juju --classic
juju bootstrap localhost
snap install kubeadm --classic
snap install kubectl --classic
snap install kube-proxy --classic
snap install kube-scheduler
snap install kube-apiserver
snap install kubelet --classic
snap install docker 
apt install socat conntrack


2) Execute charmed-kubernetes installation

Related terms

See also

Advertising: