Initial translation to OCI

This commit is contained in:
Dan Simone
2021-02-04 22:40:21 -08:00
parent ca96371e4d
commit ee9a06afab
14 changed files with 481 additions and 321 deletions

View File

@@ -1,4 +1,9 @@
# Kubernetes The Hard Way
# Kubernetes The Hard Way on OCI
This is a translation of the extremely useful [Kubernetes the Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way)
by Kelsey Hightower, using [Oracle Cloud Infrastructure](https://www.oracle.com/cloud/) instead of Google Cloud Platform.
*****
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](https://cloud.google.com/kubernetes-engine), or the [Getting Started Guides](https://kubernetes.io/docs/setup).
@@ -27,7 +32,7 @@ Kubernetes The Hard Way guides you through bootstrapping a highly available Kube
## Labs
This tutorial assumes you have access to the [Google Cloud Platform](https://cloud.google.com). While GCP is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.
This tutorial assumes you have access to [OCI](https://www.oracle.com/cloud/). While OCI is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.
* [Prerequisites](docs/01-prerequisites.md)
* [Installing the Client Tools](docs/02-client-tools.md)