|
1 | 1 | ---
|
2 |
| -title: Kops |
| 2 | +title: kOps (Kubernetes Operations) |
3 | 3 | id: kops
|
4 | 4 | date: 2018-04-12
|
5 |
| -full_link: /docs/getting-started-guides/kops/ |
| 5 | +full_link: /docs/setup/production-environment/kops/ |
6 | 6 | short_description: >
|
7 |
| - A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. |
| 7 | + kOps will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure. |
8 | 8 |
|
9 | 9 | aka:
|
10 | 10 | tags:
|
11 | 11 | - tool
|
12 | 12 | - operation
|
13 | 13 | ---
|
14 |
| - A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters. |
| 14 | + |
| 15 | +`kOps` will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure. |
15 | 16 |
|
16 | 17 | <!--more-->
|
17 | 18 |
|
18 | 19 | {{< note >}}
|
19 |
| -kops has general availability support only for AWS. |
20 |
| -Support for using kops with GCE and VMware vSphere are in alpha. |
| 20 | +AWS (Amazon Web Services) is currently officially supported, with DigitalOcean, GCE and OpenStack in beta support, and Azure in alpha. |
21 | 21 | {{< /note >}}
|
22 | 22 |
|
23 |
| -`kops` provisions your cluster with: |
24 |
| - |
| 23 | +`kOps` is an automated provisioning system: |
25 | 24 | * Fully automated installation
|
26 |
| - * DNS-based cluster identification |
27 |
| - * Self-healing: everything runs in Auto-Scaling Groups |
28 |
| - * Limited OS support (Debian preferred, Ubuntu 16.04 supported, early support for CentOS & RHEL) |
29 |
| - * High availability (HA) support |
30 |
| - * The ability to directly provision, or to generate Terraform manifests |
31 |
| - |
32 |
| -You can also build your own cluster using {{< glossary_tooltip term_id="kubeadm" >}} as a building block. `kops` builds on the kubeadm work. |
| 25 | + * Uses DNS to identify clusters |
| 26 | + * Self-healing: everything runs in Auto-Scaling Groups |
| 27 | + * Multiple OS support (Amazon Linux, Debian, Flatcar, RHEL, Rocky and Ubuntu) |
| 28 | + * High-Availability support |
| 29 | + * Can directly provision, or generate terraform manifests |
0 commit comments