Register and Manage Control Planes #12
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: servala/servala-portal#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stories
As a portal admin, I want to register and manage control planes so that they’re available for service deployment
As a portal admin, I want to configure system-level service account credentials so that the portal can interact with control planes
See Service Provider Control Planes for more details.
Implementation Notes
Example Kubeconfig for the dev cluster:
Important parts to be available in the database to connect to the Kubernetes API:
https://github.com/kubernetes-client/python/blob/master/examples/remote_cluster.py
->
aConfiguration.verify_ssl = True
we want to verify the certificate!Maybe we could also directly put the Kubeconfig YAML into the database and use