Skip to content
forked from gimlet-io/gimlet

A gitops based developer platform that gives you the best of open-source out of the box.

License

Notifications You must be signed in to change notification settings

mamayer19/gimlet

 
 

Repository files navigation

Gimlet

Go Report Card License

Overview

Kubernetes deployment tooling.

  • You can start with as little Kubernetes as you want - even on your laptop.
  • Then progress to a gitops based application delivery platform when you need to.

Gimlet composes the best of open-source out of the box.

Installation

CLI

Linux / Mac

curl -L "https://github.com/gimlet-io/gimlet/releases/download/cli-v0.23.4/gimlet-$(uname)-$(uname -m)" -o gimlet
chmod +x gimlet
sudo mv ./gimlet /usr/local/bin/gimlet
gimlet --version

Dashboard

Gimlet is installable by a kubectl apply:

kubectl apply -f https://raw.githubusercontent.com/gimlet-io/gimlet/main/deploy/gimlet.yaml

or with a Helm chart:

helm template gimlet onechart/onechart -f fixtures/gimlet-helm-values.yaml -n default

Documentation

https://gimlet.io/docs/installation

About

A gitops based developer platform that gives you the best of open-source out of the box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.1%
  • JavaScript 26.5%
  • CSS 1.0%
  • Makefile 0.5%
  • Shell 0.4%
  • HTML 0.2%
  • Other 0.3%