Skip to content

My fork of kelsey-hightower/kubernetes-the-hard-way. Includes an ARM template I wrote to provision all resources needed to set up a cluster on Azure.

License

Notifications You must be signed in to change notification settings

km274/kubernetes-the-hard-way

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Added by kippmorris7

Welcome to my fork of Kubernetes the Hard Way! I wanted to learn about Azure and Kubernetes at the same time, so I adapted the tutorial to Azure as I went and wrote an ARM template to deploy all of the Azure resources needed for the cluster. You can find the template in the arm-templates directory.

Features of the template:

  • It deploys all of the resources you will need from all parts of the tutorial at once, not just the compute resources from step 3. This includes the load balancer, etc.
  • It is parameterized to allow you to pass your personal machine's IP address so that your cluster will be accessible only from your machine and not from the whole Internet. The other parameter in addition to your personal IP is your public SSH key.
  • It includes a network security group with rules to ensure your cluster is only accessible from your personal IP, as explained in the previous step.

Note that many of the commands included in the tutorial steps still need to be adapted to Azure. I didn't bother with updating the few commands that need to be run manually as part of the cluster bootstrapping process.

Also note that using the VM size I put in the ARM template will require two quota increases in a new Azure account (or at least it did for my Azure account): one to increase total regional vCPUs to 12 and one to increase BS series vCPUs to 12.


Kubernetes The Hard Way

This tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Google Kubernetes Engine, or the Getting Started Guides.

Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

Copyright

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Target Audience

The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.

Cluster Details

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Labs

This tutorial assumes you have access to the Google Cloud Platform. While GCP is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.

About

My fork of kelsey-hightower/kubernetes-the-hard-way. Includes an ARM template I wrote to provision all resources needed to set up a cluster on Azure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published