17 lines
682 B
Markdown
17 lines
682 B
Markdown
---
|
|
title: "What's next?"
|
|
description: "What's next after installing kubectl."
|
|
headless: true
|
|
_build:
|
|
list: never
|
|
render: never
|
|
publishResources: false
|
|
---
|
|
|
|
* [Install Minikube](https://minikube.sigs.k8s.io/docs/start/)
|
|
* See the [getting started guides](/docs/setup/) for more about creating clusters.
|
|
* [Learn how to launch and expose your application.](/docs/tasks/access-application-cluster/service-access-application-cluster/)
|
|
* If you need access to a cluster you didn't create, see the
|
|
[Sharing Cluster Access document](/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
|
|
* Read the [kubectl reference docs](/docs/reference/kubectl/kubectl/)
|