Skip to content

kcp-dev/generic-controlplane

Repository files navigation

Generic Control Plane

IMPORTANT:

Generic Control Plane is a new project under KCP umbrella and is not yet ready for production use. We are actively working on the project and welcome contributions from the community. If you are interested in contributing, please see our contributing guide.

Overview

Generic Control plane is a Kubernetes based control plane focusing on:

  • A control plane for Kubernetes-native APIs that can be used without Kubernetes
  • Enabling API service providers to offer APIs centrally

gcp can be a building block for SaaS service providers who need a robust API base platform out-of-the-box. The goal is to be useful to cloud providers as well as enterprise IT departments offering APIs within their company.

Documentation

To get started with generic control plane:

# Clone the repository
git clone https://github.com/kcp-dev/generic-controlplane.git

# Build the project
cd generic-controlplane && make build

# Start standalone gcp
./bin/gcp start

# Access the gcp API
export KUBECONFIG=.gcp/admin.kubeconfig

# Check resources in the gcp API
kubectl api-resources

Contributing

We ❤️ our contributors! If you're interested in helping us out, please check out contributing to Generic Control Plane.

This community has a Code of Conduct. Please make sure to follow it.

Getting in touch

There are several ways to communicate with us:

License

FOSSA Status