kadras-io / kadras-packages

The Kadras collection of Kubernetes-native packages built with Carvel. Composable capabilities for cloud native platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadras Packages

Release Workflow The SLSA Level 3 badge The Apache 2.0 license badge Follow us on Twitter

The Kadras collection of Kubernetes-native packages built with Carvel.

πŸ“¦  Package Repository

This repository contains the following Carvel packages.

Package Description
buildpacks-catalog A curated set of buildpacks, stacks, and builders to use with kpack, a Kubernetes-native implementation of Cloud Native Buildpacks.
cert-manager A cloud-native solution to automatically provision and manage X.509 certificates.
cert-manager-issuers A collection of issuers for Cert Manager, used by the Kadras platform to support TLS via a private CA or Let's Encrypt.
contour An Envoy-based ingress controller that supports dynamic configuration updates and multi-team ingress delegation.
crossplane A Kubernetes extension that transforms your Kubernetes cluster into a universal control plane.
dapr A Kubernetes extension that provides integrated APIs for communication, state, and workflow.
developer-portal Kadras Developer Portal, based on Backstage. It supports application developers with paved paths to production on Kubernetes.
engineering-platform A curated set of Carvel packages to build an engineering platform supporting application developers with paved paths to production on Kubernetes.
flux A continuous deployment solution for Kubernetes, powered by the GitOps Toolkit.
gitops-configurer Provides GitOps configuration for the Kadras Engineering Platform.
knative-serving A solution built on Kubernetes to support deploying and serving of applications and functions as serverless containers.
kpack A Kubernetes-native implementation of Cloud Native Buildpacks to build source code into OCI images from within your cluster.
kyverno A policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans.
metrics-server A scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
rabbitmq-operator A message broker supporting multiple messaging protocols and streaming.
rbac-configurer Provides default roles and RBAC configuration for the Kadras Engineering Platform.
secretgen-controller Generates various types of Secrets in-cluster as well as export and import Secrets across namespaces.
service-binding A standard and automated way for communicating service secrets to workloads.
tekton-pipelines A cloud-native solution for building CI/CD systems.
weaviate An AI-native vector database that helps developers create intuitive and reliable AI-powered applications.
workspace-provisioner Provisions and configures workspaces (namespaces or virtual clusters) to work with the Kadras Engineering Platform.

πŸš€  Getting Started

Prerequisites

  • Kubernetes 1.27+

  • Carvel kctrl CLI.

  • Carvel kapp-controller deployed in your Kubernetes cluster. You can install it with Carvel kapp (recommended choice) or kubectl.

    kapp deploy -a kapp-controller -y \
      -f https://github.com/carvel-dev/kapp-controller/releases/latest/download/release.yml

Installation

Install the Kadras package repository in a dedicated namespace using kctrl:

kctrl package repository add -r kadras-packages \
  --url ghcr.io/kadras-io/kadras-packages \
  -n kadras-system --create-namespace
Installation via CRDs Instead of installing the Kadras package repository with `kctrl`, you can apply the necessary Carvel CRDs directly using [`kapp`](https://carvel.dev/kapp/docs/latest/install), `kubectl` or a GitOps operator.
kubectl create namespace kadras-system
kapp deploy -a kadras-repo -n kadras-system -y \
  -f https://github.com/kadras-io/kadras-packages/releases/latest/download/package-repository.yml

Verify the list of available Carvel package repositories and their status.

kctrl package repository list -n kadras-system

List all the Carvel packages available in the Kadras package repository.

kctrl package available list -n kadras-system

πŸ“™  Documentation

For documentation specific to Carvel package management, check out carvel.dev.

πŸ›‘οΈ  Security

The security process for reporting vulnerabilities is described in SECURITY.md.

πŸ–ŠοΈ  License

This project is licensed under the Apache License 2.0. See LICENSE for more information.

About

The Kadras collection of Kubernetes-native packages built with Carvel. Composable capabilities for cloud native platforms.

License:Apache License 2.0