You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kops.md
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,31 @@
1
1
---
2
-
title: Installing Kubernetes with kops
2
+
title: Installing Kubernetes with kOps
3
3
content_type: task
4
4
weight: 20
5
5
---
6
6
7
7
<!-- overview -->
8
8
9
9
This quickstart shows you how to easily install a Kubernetes cluster on AWS.
10
-
It uses a tool called [`kops`](https://github.com/kubernetes/kops).
10
+
It uses a tool called [`kOps`](https://github.com/kubernetes/kops).
11
11
12
-
kops is an automated provisioning system:
12
+
`kOps` is an automated provisioning system:
13
13
14
14
* Fully automated installation
15
15
* Uses DNS to identify clusters
16
16
* Self-healing: everything runs in Auto-Scaling Groups
17
-
* Multiple OS support (Debian, Ubuntu 16.04 supported, CentOS & RHEL, Amazon Linux and CoreOS) - see the [images.md](https://github.com/kubernetes/kops/blob/master/docs/operations/images.md)
17
+
* Multiple OS support (Amazon Linux, Debian, Flatcar, RHEL, Rocky and Ubuntu) - see the [images.md](https://github.com/kubernetes/kops/blob/master/docs/operations/images.md)
18
18
* High-Availability support - see the [high_availability.md](https://github.com/kubernetes/kops/blob/master/docs/operations/high_availability.md)
19
19
* Can directly provision, or generate terraform manifests - see the [terraform.md](https://github.com/kubernetes/kops/blob/master/docs/terraform.md)
20
20
21
-
22
-
23
21
## {{% heading "prerequisites" %}}
24
22
25
-
26
23
* You must have [kubectl](/docs/tasks/tools/) installed.
27
24
28
25
* You must [install](https://github.com/kubernetes/kops#installing)`kops` on a 64-bit (AMD64 and Intel 64) device architecture.
29
26
30
27
* You must have an [AWS account](https://docs.aws.amazon.com/polly/latest/dg/setting-up.html), generate [IAM keys](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys) and [configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#cli-quick-configuration) them. The IAM user will need [adequate permissions](https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md#setup-iam-user).
@@ -226,13 +218,9 @@ See the [list of add-ons](/docs/concepts/cluster-administration/addons/) to expl
226
218
227
219
* To delete your cluster: `kops delete cluster useast1.dev.example.com --yes`
228
220
229
-
230
-
231
221
## {{% heading "whatsnext" %}}
232
222
233
-
234
223
* Learn more about Kubernetes [concepts](/docs/concepts/) and [`kubectl`](/docs/reference/kubectl/).
235
-
* Learn more about `kops`[advanced usage](https://kops.sigs.k8s.io/) for tutorials, best practices and advanced configuration options.
236
-
* Follow `kops` community discussions on Slack: [community discussions](https://github.com/kubernetes/kops#other-ways-to-communicate-with-the-contributors)
237
-
* Contribute to `kops` by addressing or raising an issue [GitHub Issues](https://github.com/kubernetes/kops/issues)
238
-
224
+
* Learn more about `kOps`[advanced usage](https://kops.sigs.k8s.io/) for tutorials, best practices and advanced configuration options.
225
+
* Follow `kOps` community discussions on Slack: [community discussions](https://github.com/kubernetes/kops#other-ways-to-communicate-with-the-contributors).
226
+
* Contribute to `kOps` by addressing or raising an issue [GitHub Issues](https://github.com/kubernetes/kops/issues).
0 commit comments