mattmoor / mink

A minimal distribution of Knative and Tekton, and CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mink: a minimal Knative distribution (min-K)

mink is a distribution of Knative and Tekton components. The goal of mink is to form a complete foundation for modern application development, which is simple to install and get started.

Releases

You can install mink directly from our releases with:

kubectl apply -f https://github.com/mattmoor/mink/releases/download/v0.19.0/release.yaml

NOTE: You can also install mink via the CLI.

For basic development that's it! Watch for the components in mink-system to become ready and then try out one of the Knative or Tekton samples.

  • Additional mink setup for clusters with workload-identity enabled, continue here.
  • To set up DNS and TLS continue here.
  • To set up the mink CLI continue here.

About

A minimal distribution of Knative and Tekton, and CLI.

License:Apache License 2.0


Languages

Language:Go 85.5%Language:Shell 14.5%