GithubHelp home page GithubHelp logo

kuby's People

Contributors

buehler avatar dependabot-preview[bot] avatar dependabot[bot] avatar dominikfriederich avatar latonz avatar mfeltscher avatar virth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

whjvenyl lgs iq-scm

kuby's Issues

feat: ci mode for create namespace

The k8s namespace create command does create a namespace and asks the user many things.

A ci mode (which is already globally defined in yargs) support would mean:

  • ci mode implies no-interaction
  • ci mode does create the namespace with the given name
  • ci mode does execute k8s namespace kube-config <namespace> <account> (like it does now) but also with ci mode.
  • additional --role argument that allows a role.yml file to be passed for the role binding in the namespace

ci mode in k8s namespace kube-config <namespace> <account> would mean:

  • create the specific kube-config for the namespace and the account and perform a login like k8s kube-config
  • don't output the kube-config

feat: kubectl version gate

Some features of the k8s tool are not available in certain kubectl versions. (e.g. k8s namespace kube-config)

It should be prevented to execute commands that are not available for the given kubectl version.

Example

k8s namespace kube-config should return a kube config for a given user (most likely a service account)
in a given namespace. The problem with the context in the config is that below kubectl 1.xx the
certificate data is "BUFFER" encoded instead of base64 encoded. -> This leads to broken configurations.

feat: remove need for kubectl

There is a library (@kubernetes-clients/javascript) that would remove the need of kubectl locally.
Kubectl version managing could still be a part of kuby (like nvm for node) but internally kubectl is not needed for interacting with kubernetes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.