kubernetes-the-hard-way/docs/01-infrastructure.md

8 lines
419 B
Markdown
Raw Normal View History

2016-07-07 17:40:50 +03:00
# Cloud Infrastructure Provisioning
2017-03-26 00:20:31 +03:00
Kubernetes can be installed just about anywhere physical or virtual machines can be run. In this lab we are going to focus on [Google Cloud Platform](https://cloud.google.com/).
2016-07-07 17:40:50 +03:00
2016-09-11 09:32:40 +03:00
This lab will walk you through provisioning the compute instances required for running a H/A Kubernetes cluster.
2016-07-07 17:40:50 +03:00
2016-09-11 09:32:40 +03:00
* [Cloud Infrastructure Provisioning - Google Cloud Platform](01-infrastructure-gcp.md)