mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Add tables of contents to getting started guides.
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
## Getting started with Kubernetes on Mesos
|
||||
|
||||
## Contents
|
||||
|
||||
- [Getting started with Kubernetes on Mesos](#getting-started-with-kubernetes-on-mesos)
|
||||
- [Contents](#contents)
|
||||
- [About Kubernetes on Mesos](#about-kubernetes-on-mesos)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Deploy Kubernetes-Mesos](#deploy-kubernetes-mesos)
|
||||
- [Deploy etcd](#deploy-etcd)
|
||||
- [Start Kubernetes-Mesos Services](#start-kubernetes-mesos-services)
|
||||
- [Validate KM Services](#validate-km-services)
|
||||
- [Spin up a pod](#spin-up-a-pod)
|
||||
- [Run the Example Guestbook App](#run-the-example-guestbook-app)
|
||||
- [Test Guestbook App](#test-guestbook-app)
|
||||
- [determine the internal port for the frontend service](#determine-the-internal-port-for-the-frontend-service)
|
||||
- [open up access to the internal port for the frontend service](#open-up-access-to-the-internal-port-for-the-frontend-service)
|
||||
|
||||
## About Kubernetes on Mesos
|
||||
<!-- TODO: Update, clean up. -->
|
||||
|
||||
Mesos allows dynamic sharing of cluster resources between Kubernetes and other first-class Mesos frameworks such as [Hadoop][1], [Spark][2], and [Chronos][3].
|
||||
|
Reference in New Issue
Block a user