Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployterm CLI: Assignment-1 #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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