Kubernetes - Cloud âī¸
Types of Cloud Solutions for Kubernetes
đŠī¸
- Self Hosted/ Turn key
- You provision the
VMs
- You configure the
VMs
- Use scripts to deploy clusters
- You maintain the
VMs
example
:Kubernetes
on AWS usingkops
orKubeOne
- You provision the
- Hosted
- Kuberentes-As-A-Service
- Provider provisions
VMs
- Provider manages installation of
Kubernetes
- provider maintains
VMs
example
: Google Container Engine (GKE
)