feat(observability): deploy kubagachi - #2590
Open
jfroy wants to merge 1 commit into
Open
Conversation
Contributor
konflate — summaryNote +11 added · 0 changed · −0 removed — 11 resources · 3 apps Caution 4 render failures
konflate · rendered |
Add the Kubagachi cockpit (https://github.com/Yscale-sh/Kubagachi) to the observability namespace via its published OCI chart (oci://ghcr.io/yscale-sh/charts/kubagachi, 0.1.0). - OCIRepository + HelmRelease with rbac.podExec disabled: the chart's cluster-wide read RBAC is kept (needed for the dashboard), but the pods/exec terminal is off by default per upstream's own security guidance, since it's a broad write surface on a shared cluster. - Standalone HTTPRoute on envoy-internal (the chart only supports classic Ingress natively) plus the envoy-gateway-oidc component, since the app ships with no built-in authentication. Requires a 1Password entry "kubagachi-oidc" (client-id/client-secret) from an OIDC client registered against https://pid.kantai.xyz with redirect URL https://kubagachi.kantai.xyz/oauth2/callback before the route will authenticate. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gs6cgwVnpPmrYSKZToLjJ4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the Kubagachi cockpit (https://github.com/Yscale-sh/Kubagachi) to the
observability namespace via its published OCI chart
(oci://ghcr.io/yscale-sh/charts/kubagachi, 0.1.0).
cluster-wide read RBAC is kept (needed for the dashboard), but the
pods/exec terminal is off by default per upstream's own security
guidance, since it's a broad write surface on a shared cluster.
Ingress natively) plus the envoy-gateway-oidc component, since the app
ships with no built-in authentication.
Requires a 1Password entry "kubagachi-oidc" (client-id/client-secret) from
an OIDC client registered against https://pid.kantai.xyz with redirect URL
https://kubagachi.kantai.xyz/oauth2/callback before the route will
authenticate.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01Gs6cgwVnpPmrYSKZToLjJ4