/kubectl-gs

kubectl plugin helping with custom resources by Giant Swarm

Primary LanguageGoApache License 2.0Apache-2.0

header image

The official Giant Swarm kubectl plug-in

Quick start

kubectl krew install gs
alias kgs="kubectl gs"
kgs

Check the installation docs for details on installation with and without Krew.

Features

  • Custom resource templating: using the template command lets you create manifests for creating/updating custom resources for:
    • Clusters
    • Node pools
    • App catalogs
    • Apps
  • SSO login: with the login command you can quickly set up a kubectl context with OIDC authentication for a Giant Swarm control plane.

Documentation

Publishing a release

See docs/Release.md