Add correct styling for MicroK8s in docs (#12248)

This commit is contained in:
Nick Veitch
2019-01-17 01:27:45 +00:00
committed by Kubernetes Prow Robot
parent 49dfdd8c0a
commit 87f0a72dda
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ a Kubernetes cluster from scratch.
* [Minishift](https://docs.okd.io/latest/minishift/) installs the community version of the Kubernetes enterprise platform OpenShift for local development & testing. It offers an All-In-One VM (`minishift start`) for Windows, macOS and Linux and the containeriz based `oc cluster up` (Linux only) and [comes with some easy to install Add Ons](https://github.com/minishift/minishift-addons/tree/master/add-ons).
* [microk8s](https://microk8s.io/) provides a single command installation of the latest Kubernetes release on a local machine for development and testing. Setup is quick, fast (~30 sec) and supports many plugins including Istio with a single command.
* [MicroK8s](https://microk8s.io/) provides a single command installation of the latest Kubernetes release on a local machine for development and testing. Setup is quick, fast (~30 sec) and supports many plugins including Istio with a single command.
* [IBM Cloud Private-CE (Community Edition)](https://github.com/IBM/deploy-ibm-cloud-private) can use VirtualBox on your machine to deploy Kubernetes to one or more VMs for development and test scenarios. Scales to full multi-node cluster.
@@ -53,9 +53,9 @@ Minikube can be installed locally, and runs a simple, single-node Kubernetes clu
You can get basic information about your cluster with the commands `kubectl cluster-info` and `kubectl get nodes`. However, to get a good idea of what's really going on, you need to deploy an application to your cluster. This is covered in the next section.
#### microk8s
#### MicroK8s
On Linux, *microk8s* is a good alternative to Minikube for a local
On Linux, *MicroK8s* is a good alternative to Minikube for a local
install of Kubernetes:
* Runs on the native OS, so there is no overhead from running a virtual machine.
@@ -64,8 +64,8 @@ install of Kubernetes:
* {{< link text="Install microk8s" url="https://microk8s.io/" >}}.
After you install microk8s, you can use its tab-completion
functionality. All microk8s commands start with `microk8s.`. Type
After you install MicroK8s, you can use its tab-completion
functionality. All MicroK8s commands start with `microk8s.`. Type
`microk8s.` (with the period) and then use the tab key to see a list
of available commands.
@@ -258,6 +258,3 @@ If you feel fairly comfortable with the topics on this page and want to learn mo
* {{< link text="Foundational Cluster Operator" url="/docs/user-journeys/users/cluster-operator/foundational/" >}} - Build breadth, by exploring other journeys.
{{% /capture %}}