File tree Expand file tree Collapse file tree 4 files changed +21
-392
lines changed
content/en/docs/setup/production-environment Expand file tree Collapse file tree 4 files changed +21
-392
lines changed Original file line number Diff line number Diff line change @@ -296,9 +296,8 @@ needs of your cluster's workloads:
296
296
and the
297
297
[ API server] ( /docs/setup/production-environment/tools/kubeadm/ha-topology/ ) .
298
298
- Choose from [ kubeadm] ( /docs/setup/production-environment/tools/kubeadm/ ) ,
299
- [ kops] ( /docs/setup/production-environment/tools/kops/ ) or
300
- [ Kubespray] ( /docs/setup/production-environment/tools/kubespray/ )
301
- deployment methods.
299
+ [ kops] ( https://kops.sigs.k8s.io/ ) or
300
+ [ Kubespray] ( https://kubespray.io/ ) deployment methods.
302
301
- Configure user management by determining your
303
302
[ Authentication] ( /docs/reference/access-authn-authz/authentication/ ) and
304
303
[ Authorization] ( /docs/reference/access-authn-authz/authorization/ ) methods.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Installing Kubernetes with deployment tools
3
3
weight : 30
4
+ no_list : true
4
5
---
6
+
7
+ There are many methods and tools for setting up your own production Kubernetes cluster.
8
+ For example:
9
+
10
+ - [ kubeadm] ( /docs/setup/production-environment/tools/kubeadm/ )
11
+
12
+ - [ kops] ( https://kops.sigs.k8s.io/ ) : An automated cluster provisioning tool.
13
+ For tutorials, best practices, configuration options and information on
14
+ reaching out to the community, please check the
15
+ [ ` kOps ` website] ( https://kops.sigs.k8s.io/ ) for details.
16
+
17
+ - [ kubespray] ( https://kubespray.io/ ) :
18
+ A composition of [ Ansible] ( https://docs.ansible.com/ ) playbooks,
19
+ [ inventory] ( https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory ) ,
20
+ provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration
21
+ management tasks. You can reach out to the community on Slack channel
22
+ [ #kubespray] ( https://kubernetes.slack.com/messages/kubespray/ ) .
23
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments