Skip to content

Commit

Permalink
feat: add licensing information about the external tools we use
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 11, 2023
1 parent 2a162dc commit 65b43d2
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions docs/common/credits.mdx
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
## The Open Source Tools We Love
## The Tools We Love

The kubefirst platform uses some of the most popular open source projects in the world. This page is dedicated to giving those projects credit for their incredible offerings, and to provide you with helpful links to their documentation.
The kubefirst platform uses some of the most popular open source projects in the world, and some closed sources ones (as little as possible). This page is dedicated to giving those projects credit for their incredible offerings.

|Project |AWS + GitHub|AWS + GitLab|Civo + GitHub|Civo + GitLab|Local + GitHub|Local + GitLab|
|:--|:--:|:--:|:--:|:--:|:--:|:--:|
|[Argo CD](https://argoproj.github.io/cd)|X|X|X|X|X|X|
|[Argo Workflows](https://argoproj.github.io/workflows)|X|X|X|X|X|X|
|[cert-manager](https://cert-manager.io/docs)|X|X|X|X| | |
|[ChartMuseum](https://chartmuseum.com/docs)|X|X|X|X|X|X|
|[Docker](https://docker.com)| | | | |X|X|
|[GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions)|X| |X| |X| |
|[GitHub Actions Runner Controller](https://hub.docker.com/r/summerwind/actions-runner)|X| |X| |X| |
|[GitLab Runner](https://docs.gitlab.com/runner)| |X| |X| |X|
|[HashiCorp Vault](https://www.vaultproject.io)|X|X|X|X|X|X|
|[Ingress NGINX Controller](https://kubernetes.github.io/ingress-nginx)|X|X|X|X| | |
|[k3d](https://k3d.io)| | | | |X|X|
|[Kubernetes](https://kubernetes.io)|X|X|X|X|X|X|
|[Kubernetes ExternalDNS](https://github.com/kubernetes-sigs/external-dns)|X|X|X|X| | |
|[Kubernetes External Secrets Operator](https://external-secrets.io)|X|X|X|X|X|X|
|[MinIO](https://min.io/product/kubernetes)| | | | |X|X|
|[mkcert](https://github.com/FiloSottile/mkcert)| | | | |X|X|
|[ngrok](https://ngrok.com)| | | | |X|X|
|[Terraform](https://www.terraform.io)|X|X|X|X|X|X|
|[Terraform Atlantis](https://www.runatlantis.io)|X|X|X|X|X|X|
|[Traefik](https://github.com/traefik/traefik)| | | | |X|X|
- [Actions Runner Controller](https://github.com/actions/actions-runner-controller) ([Apache 2.0](https://github.com/external-secrets/external-secrets/blob/main/LICENSE))
- [Argo CD](https://github.com/argoproj/argo-cd) ([Apache 2.0](https://github.com/argoproj/argo-cd/blob/master/LICENSE))
- [Argo Workflows](https://github.com/argoproj/argo-workflows) ([Apache 2.0](https://github.com/argoproj/argo-workflows/blob/master/LICENSE))
- [Atlantis](https://github.com/runatlantis/atlantis) ([Apache 2.0](https://github.com/runatlantis/atlantis/blob/main/LICENSE))
- [cert-manager](https://github.com/cert-manager/cert-manager) ([Apache 2.0](https://github.com/cert-manager/cert-manager/blob/master/LICENSE))
- [ChartMuseum](https://github.com/helm/chartmuseum) ([Apache 2.0](https://github.com/helm/chartmuseum/blob/main/LICENSE))
- [Docker Desktop](https://www.docker.com/products/docker-desktop/) ([Docker Subscription Service Agreement](https://docs.docker.com/subscription/desktop-license/))
- [External Secrets Operator](https://github.com/external-secrets/external-secrets) ([Apache 2.0](https://github.com/external-secrets/external-secrets/blob/main/LICENSE))
- [GitHub Actions](https://github.com/features/actions) ([GitHub license](https://github.com/pricing))
- [GitLab Runner](https://docs.gitlab.com/runner) ([GitLab SaaS license](https://about.gitlab.com/pricing/))
- [HashiCorp Terraform](https://github.com/hashicorp/terraform) ([MPL 2.0](https://github.com/hashicorp/terraform/blob/v1.3.8/LICENSE))
- [HashiCorp Vault](https://www.vaultproject.io) ([MPL 2.0](https://github.com/hashicorp/vault/blob/v1.11.3/LICENSE))
- [Ingress NGINX Controller](https://github.com/kubernetes/ingress-nginx/) ([Apache 2.0](https://github.com/kubernetes/ingress-nginx/blob/main/LICENSE))
- [k3d](https://github.com/k3d-io/k3d) ([MIT](https://github.com/k3d-io/k3d/blob/main/LICENSE))
- [Kubernetes](https://github.com/kubernetes/kubernetes) ([Apache 2.0](https://github.com/kubernetes/kubernetes/blob/master/LICENSE))
- [Kubernetes ExternalDNS](https://github.com/kubernetes-sigs/external-dns) ([Apache 2.0](https://github.com/kubernetes-sigs/external-dns/blob/master/LICENSE))
- [MinIO](https://github.com/minio/minio) ([AGPL 3.0](https://github.com/minio/minio/blob/master/LICENSE))
- [mkcert](https://github.com/FiloSottile/mkcert) ([BSD 3](https://github.com/FiloSottile/mkcert/blob/master/LICENSE))
- [ngrok](https://ngrok.com) ([ngrok license](https://ngrok.com/pricing))
- [Traefik](https://github.com/traefik/traefik) ([MIT](https://github.com/traefik/traefik/blob/master/LICENSE.md))

:::note
Please evaluate each licenses for third-party products used by kubefirst to validate if you can legally use them for your specific use case and legal status.
:::

### Additional References

Expand Down

0 comments on commit 65b43d2

Please sign in to comment.