This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
Replies: 1 comment
-
Hi! 👋 I'm a contributor to kcp, and I'm excited to see how we can help here. I have some rudimentary questions about how Octant works today:
In any case I'm excited to see what we can do together, whether that's share code, share experience and map out landmines we've come across, or identify and challenge assumptions we've made. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The kcp project is a Kube-like API that can sync resources from real clusters and expose them. It supports a Cluster custom resource that can capture the kubeconfig to provide it with auth for syncing resources, this is very similar to how Octant gets resources from a cluster now.
I want to explore the idea of using an instance of kcp as the underlying API for Octant , thus removing the need for Octant to maintain it's own code for syncing cluster information as it does not.
As a side bonus, kcp is continually improving it's multi-cluster support and we may be able to leverage that in such a way to expose information across development clusters in a useful way.
A discussion about this was had at the June 16th community meeting. https://youtu.be/irL-PDiNgpc?t=488
Beta Was this translation helpful? Give feedback.
All reactions