Install Gitkube on a Kubernetes cluster
Install all Gitkube components on the cluster and expose the gitkubed deployment
gitkube install [flags]
# Install Gitkube in 'kube-system' namespace:
gitkube install
# Install in another namespace:
gitkube install --namespace <your-namespace>
# The command prompts for a ServiceType to expose gitkubed deployment.
# Use '--expose' flag to set a ServiceType and skip the prompt
# Say, 'LoadBalancer':
gitkube install --expose LoadBalancer
-e, --expose string k8s service type to expose the gitkubed deployment
-h, --help help for install
-n, --namespace string namespace to create install gitkube resources in (default "kube-system")
--kube-context string kubernetes context to use
- gitkube - Build and deploy docker images to Kubernetes using git push