Skip to content

kubeslice/kubeslice-cli

kubeslice-cli for simplified KubeSlice Operations

GitHub release (latest by date)

This repository provides kubeslice-cli tool. Install →

Installation

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 →

Synopsis

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

Usage

  kubeslice-cli [command] [flags]

Available Commands

  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

Options

  -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

SEE ALSO