replicated cluster
Manage test Kubernetes clusters.
Synopsis
The 'cluster' command allows you to manage and interact with Kubernetes clusters used for testing purposes. With this command, you can create, list, remove, and manage node groups within clusters, as well as retrieve information about available clusters.
Examples
# Create a single-node EKS cluster
replicated cluster create --distribution eks --version 1.31
# List all clusters
replicated cluster ls
# Remove a specific cluster by ID
replicated cluster rm <cluster-id>
# List all nodegroups in a specific cluster
replicated cluster nodegroup ls <cluster-id>
Options
-h, --help help for cluster
Options inherited from parent commands
--app string The app slug or app id to use in all calls
--integration-test string Set to the name of the integration test to run
--log-api-calls string Log the API calls to the specified file
--token string The API token to use to access your app in the Vendor API
SEE ALSO
- replicated - Manage your Commercial Software Distribution Lifecycle using Replicated
- replicated cluster addon - Manage cluster add-ons.
- replicated cluster create - Create test clusters.
- replicated cluster kubeconfig - Download credentials for a test cluster.
- replicated cluster ls - List test clusters.
- replicated cluster nodegroup - Manage node groups for clusters.
- replicated cluster port - Manage cluster ports.
- replicated cluster prepare - Prepare cluster for testing.
- replicated cluster rm - Remove test clusters.
- replicated cluster shell - Open a new shell with kubeconfig configured.
- replicated cluster update - Update cluster settings.
- replicated cluster upgrade - Upgrade a test cluster.
- replicated cluster versions - List cluster versions.