https://github.com/mattmoor/mink
A minimal distribution of Knative and Tekton, and CLI.
https://github.com/mattmoor/mink
knative knative-eventing knative-serving tekton tekton-pipelines
Last synced: 7 months ago
JSON representation
A minimal distribution of Knative and Tekton, and CLI.
- Host: GitHub
- URL: https://github.com/mattmoor/mink
- Owner: mattmoor
- License: apache-2.0
- Created: 2020-01-06T16:25:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T04:28:35.000Z (over 2 years ago)
- Last Synced: 2025-02-27T19:04:26.843Z (7 months ago)
- Topics: knative, knative-eventing, knative-serving, tekton, tekton-pipelines
- Language: Go
- Homepage:
- Size: 53.8 MB
- Stars: 103
- Watchers: 4
- Forks: 27
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `mink`: a minimal Knative distribution (min-K)
`mink` is a distribution of [Knative](https://knative.dev/) and
[Tekton](https://tekton.dev) components. The goal of `mink` is to form a
complete foundation for modern application development, which is simple to
install and get started.[](https://github.com/mattmoor/mink/releases)
You can install `mink` directly from our
[releases](https://github.com/mattmoor/mink/releases) with:```shell
kubectl apply -f https://github.com/mattmoor/mink/releases/download/v0.19.0/release.yaml
```> NOTE: You can also install `mink` via the [CLI](./CLI.md).
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](./WORKLOAD-IDENTITY.md).
- To set up DNS and TLS continue [here](./DNS.md).
- To set up the `mink` CLI continue [here](./CLI.md).