Skip to content

Tool for automation deployment and management k8s with CLI and API services

License

Notifications You must be signed in to change notification settings

rulanugrh/aitne

Repository files navigation

Aitne

Tools for management k8s in CLI and management k8s with API

Usage

Must export env for kubeconfig path

export KUBECONFIG_PATH=$HOME/.kube/config

To display command you can use this

$ go run cmd/cmd.go help

If want to get data about k8s fiture like deployment, daemon, etc. You can use this command

$ go run cmd/cmd.go get deployment

If want to get data by name you can use this

$ go run cmd/cmd.go catch deployment -name=sample-deployment

If want to delete by name you can use this

$ go run cmd/cmd.go delete deployment -name=sample-deployment

Running API Services

$ go run api/api.go

This project still working for better usage

About

Tool for automation deployment and management k8s with CLI and API services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages