mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	@@ -4,7 +4,7 @@ This workshop will walk you through setting up Kubernetes the hard way. This gui
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Target Audience
 | 
					## Target Audience
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The target audience for this workshop is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this workshop I encourage you to automated away the manual steps presented in this guide.
 | 
					The target audience for this workshop is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this workshop I encourage you to automate away the manual steps presented in this guide.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Labs
 | 
					## Labs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
# Setting up a Certificate Authority and TLS Cert Generation
 | 
					# Setting up a Certificate Authority and TLS Cert Generation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In this lab you will setup the necessary PKI infrastructure to secure the Kuberentes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates.
 | 
					In this lab you will setup the necessary PKI infrastructure to secure the Kubernetes components. This lab will leverage CloudFlare's PKI toolkit, [cfssl](https://github.com/cloudflare/cfssl), to bootstrap a Certificate Authority and generate TLS certificates.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This lab will setup a Certificate Authority and generated a single set of TLS certificates that can be used to secure the following Kubernetes components:
 | 
					This lab will setup a Certificate Authority and generate a single set of TLS certificates that can be used to secure the following Kubernetes components:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* etcd
 | 
					* etcd
 | 
				
			||||||
* Kubernetes API Server
 | 
					* Kubernetes API Server
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user