Skip to content

Conversation

@aryan-maurya-1998
Copy link

@aryan-maurya-1998 aryan-maurya-1998 commented Dec 18, 2024

Deployterm

A simple TUI (Text User Interface) tool for managing Kubernetes deployments.

Features

  • List all namespaces: View all available namespaces in your Kubernetes cluster.
  • Create new deployments: Easily create a new deployments under a specific namespace.
  • List deployments in each namespace: Easily see all deployments under a specific namespace.
  • Describe deployment: Get detailed information about a specific deployment.
  • Edit deployment: Modify deployment configurations (e.g., replicas, containers, etc.).
  • Delete deployment: Remove a deployment from a specified namespace.

Usage

$ ./deployterm --help
Usage of ./deployterm:
  -kubeconfig string
        path to kubeconfig file
  -use-controller-runtime
        use controller-runtime library instead of client-go

@aryan-maurya-1998 aryan-maurya-1998 changed the title feat: complete assignment-1 Deployter CLI: Assignment-1 Dec 18, 2024
@aryan-maurya-1998 aryan-maurya-1998 changed the title Deployter CLI: Assignment-1 Deployterm CLI: Assignment-1 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant