mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Add new CLI section for kubectl and rancher in the getting started area
This commit is contained in:
@@ -11,4 +11,6 @@ We have Quick Start Guides for:
|
|||||||
|
|
||||||
- [Deploying Rancher Server]({{< baseurl >}}/rancher/v2.x/en/quick-start-guide/deployment/): Get started running Rancher using the method most convenient for you.
|
- [Deploying Rancher Server]({{< baseurl >}}/rancher/v2.x/en/quick-start-guide/deployment/): Get started running Rancher using the method most convenient for you.
|
||||||
|
|
||||||
- [Deploying Workloads]({{< baseurl >}}/rancher/v2.x/en/quick-start-guide//workload/): Deploy a simple workload and expose it, letting you access it from outside the cluster.
|
- [Deploying Workloads]({{< baseurl >}}/rancher/v2.x/en/quick-start-guide/workload/): Deploy a simple workload and expose it, letting you access it from outside the cluster.
|
||||||
|
|
||||||
|
- [Using the CLI]({{< baseurl >}}/rancher/v2.x/en/quick-start-guide/cli/): Use `kubectl` or Rancher command line interface (CLI) to interact with your Rancher instance.
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: CLI with Rancher
|
||||||
|
weight: 100
|
||||||
|
---
|
||||||
|
|
||||||
|
Interact with Rancher using command line interface (CLI) tools from your workstation.
|
||||||
|
|
||||||
|
## Rancher CLI
|
||||||
|
|
||||||
|
Follow the steps in [rancher cli](../cli).
|
||||||
|
|
||||||
|
Ensure you can run `rancher kubectl get pods` successfully.
|
||||||
|
|
||||||
|
|
||||||
|
## kubectl
|
||||||
|
Install the `kubectl` utility. See [install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
|
||||||
|
|
||||||
|
|
||||||
|
Configure kubectl by visiting your cluster in the Rancher Web UI then clicking on `Kubeconfig`, copying contents and putting into your `~/.kube/config` file.
|
||||||
|
|
||||||
|
Run `kubectl cluster-info` or `kubectl get pods` successfully.
|
||||||
|
|
||||||
Reference in New Issue
Block a user