Kubernetes: Difference between revisions
m reduce logo size |
Add LXD and Canonical info |
||
| Line 66: | Line 66: | ||
For example, see the [https://quay.io/repository/bitnami/mediawiki/manifest/sha256:8cceeeb88e2922c25b0cd9e2fe62cc75b739a4dba2dba515e37e22ebe0586c2c bitnami manifest for MediaWiki]. What's really interesting is that not only can you quickly look at the '''manifest''', they also show you a list of all the packages built into the image. Most importantly, they do a security scan for vulnerabilities and even show which layer the (vulnerable) package is introduced in. | For example, see the [https://quay.io/repository/bitnami/mediawiki/manifest/sha256:8cceeeb88e2922c25b0cd9e2fe62cc75b739a4dba2dba515e37e22ebe0586c2c bitnami manifest for MediaWiki]. What's really interesting is that not only can you quickly look at the '''manifest''', they also show you a list of all the packages built into the image. Most importantly, they do a security scan for vulnerabilities and even show which layer the (vulnerable) package is introduced in. | ||
== LXD public image server == | |||
* https://images.linuxcontainers.org | |||
== Official Ubuntu Cloud Images == | |||
* https://cloud-images.ubuntu.com/releases | |||
== Chart Repositories == | == Chart Repositories == | ||
| Line 79: | Line 85: | ||
* [https://cloud.google.com/kubernetes-engine Google Kubernetes Engine] (GKE) | * [https://cloud.google.com/kubernetes-engine Google Kubernetes Engine] (GKE) | ||
* [https://www.ibm.com/cloud/container-service/ IBM Cloud Kubernetes Service] (IKS) | * [https://www.ibm.com/cloud/container-service/ IBM Cloud Kubernetes Service] (IKS) | ||
* [https://www.digitalocean.com/products/kubernetes/ DigitalOcean managed Kubernetes] | |||
Canonical doesn't offer cloud products per-se, but Ubuntu is the reference platform for Kubernetes on all major public clouds, including official support in Google's GKE, Microsoft's AKS, and Amazon's EKS offerings. Canonical supports these upstreams: MicroK8s, Charmed Kubernetes, <code>[[#Kubeadm|kubeadm]]</code> | |||
[[Category:Virtualization]] | [[Category:Virtualization]] | ||