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: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,16 @@ KubeDiff aims to simplify the comparison process, making it easier for users to
18
18
19
19
> **Note:** All comparisons are performed within the environments and clusters you specify and select. Please ensure you have chosen the correct environment for accurate results.
20
20
21
+
## Prerequisites
22
+
23
+
Before you begin, please ensure you have the following installed and configured:
24
+
25
+
-**Azure CLI** (if you are working with Azure Kubernetes workloads) or the appropriate CLI for your chosen cloud provider (e.g., AWS CLI, Google Cloud SDK).
26
+
-**kubectl**: The Kubernetes command-line tool for interacting with your clusters.
27
+
-**Kubernetes Cluster Credentials**: Access credentials for the Kubernetes workloads you wish to compare.
28
+
29
+
> **Note:** This project has been tested primarily with Azure cloud Kubernetes workloads, but you can use it with any Kubernetes environment. Please make sure you have the necessary CLI tools and credentials for your specific cloud provider and clusters.
0 commit comments