31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
---
|
|
title: "后续内容"
|
|
description: "安装 kubectl 之后,还可以做些什么?"
|
|
headless: true
|
|
_build:
|
|
list: never
|
|
render: never
|
|
publishResources: false
|
|
---
|
|
<!--
|
|
title: "What's next?"
|
|
description: "What's next after installing kubectl."
|
|
headless: true
|
|
-->
|
|
|
|
<!--
|
|
* [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/)
|
|
-->
|
|
* [安装 Minikube](https://minikube.sigs.k8s.io/docs/start/)。
|
|
* 有关创建集群的更多信息,请参阅[入门指南](/zh-cn/docs/setup/)。
|
|
* [学习如何启动并对外公开你的应用程序](/zh-cn/docs/tasks/access-application-cluster/service-access-application-cluster/)。
|
|
* 如果你需要访问其他人创建的集群,
|
|
请参阅[共享集群接入文档](/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)。
|
|
* 阅读 [kubectl 参考文档](/zh-cn/docs/reference/kubectl/kubectl/)。
|
|
|