This repository provides kubeslice-cli
tool.
Install →
kubeslice-cli
is a Go Lang executable utility which helps perform the KubeSlice operations like installation, demo, etc.
on Kubernetes Clusters. You can download a suitable version of the installer from the Releases page
→
kubeslice-cli - A simple CLI for KubeSlice Operations
Use kubeslice-cli to install/uninstall required workloads to run KubeSlice Controller and KubeSlice Worker. Additional example applications can also be installed in demo profiles to showcase the KubeSlice functionality
kubeslice-cli [command] [flags]
create Create Kubeslice resources.
delete Delete Kubeslice resources.
describe Describe Kubeslice resources.
edit Edit Kubeslice resources.
get Get Kubeslice resources.
install Installs workloads to run KubeSlice
uninstall Performs cleanup of Kubeslice components.
help Help about any command
-c, --config string <path-to-topology-configuration-yaml-file>
The yaml file with topology configuration.
Refer: https://github.com/kubeslice/kubeslice-cli/blob/master/samples/template.yaml
-h, --help help for kubeslice-cli
-v, --version version for kubeslice-cli
- kubeslice-cli create - Create Kubeslice resources.
- kubeslice-cli delete - Delete Kubeslice resources.
- kubeslice-cli describe - Describe Kubeslice resources.
- kubeslice-cli edit - Edit Kubeslice resources.
- kubeslice-cli get - Get Kubeslice resources.
- kubeslice-cli install - Installs workloads to run KubeSlice.
- kubeslice-cli register - Register a Kubeslice worker cluster.
- kubeslice-cli uninstall - Performs cleanup of Kubeslice components.