You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vendor/environment-setup.mdx
+50-47Lines changed: 50 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,22 @@ This topic describes how to set up your environment to get started with the Repl
14
14
15
15
## Set Up Your Local Workstation {#local}
16
16
17
-
This section lists the tools that you need to install on your local workstation to manage applications, releases, customers, and so on with the Replicated Platform.
17
+
This section lists the tools that you need to install on your local workstation to manage applications, releases, customers, and more with the Replicated Platform.
18
18
19
19
### Install kubectl
20
20
21
-
kubectl is the Kubernetes command line tool. With the Replicated Platform, you can use kubectl to communicate with the clusters that you create with the Replicated Compatibility Matrix. kubectl is also useful when testing and troubleshooting installations in existing clusters. For more information about kubectl, see [Command line tool (kubectl)](https://kubernetes.io/docs/reference/kubectl/) in the Kubernetes documentation.
21
+
kubectl is the Kubernetes command line tool. You will use kubectl to communicate with the clusters that you create with the Replicated Compatibility Matrix, and when testing and troubleshooting installations in existing clusters. For more information about kubectl, see [Command line tool (kubectl)](https://kubernetes.io/docs/reference/kubectl/) in the Kubernetes documentation.
22
22
23
23
#### Mac
24
24
25
25
To install kubectl on Mac, do one of the following:
Replicated recommends that you install the following tools for parsing and manipulating JSON and YAML data when working with Kubernetes and Replicated configurations:
226
+
Replicated recommends that you install the following tools for parsing and manipulating JSON and YAML data:
228
227
*[jq](https://jqlang.org/) for JSON processing
229
228
*[yq](https://mikefarah.gitbook.io/yq/) for YAML manipulation
230
229
231
-
These tools transform complex data manipulation tasks from multi-step processes into single commands, making your development workflow significantly more efficient.
232
-
233
-
* To install jq:
234
-
235
-
```bash
236
-
# macOS
237
-
brew install jq
230
+
These tools are useful when working with Kubernetes and Replicated configurations to reduce complex data manipulation tasks from multi-step processes into single commands, simplifying your development workflow.
## Set Up Development Environments for Testing {#dev}
267
270
268
-
Testing your releases is an important part of the commercial software distribution lifecycle. Replicated recommends that you have access to a virtual machine (VM) and a cluster where you can deploy your releases for testing.
271
+
Testing your releases is an important part of the commercial software distribution lifecycle. Replicated recommends that you have access to a virtual machine (VM) and a cluster where you can install your application releases for testing.
0 commit comments