feat(mecak8s): add production Helm deployment baseline - #661
Merged
Merged
Conversation
1 task
jhrozek
force-pushed
the
feat/redisstore-tls
branch
from
August 20, 2026 07:56
546e133 to
32ec9eb
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 07:56
75729ea to
3732807
Compare
jhrozek
force-pushed
the
feat/redisstore-tls
branch
from
August 20, 2026 09:20
32ec9eb to
4ff5bb9
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 09:20
3732807 to
4b0df2e
Compare
jhrozek
force-pushed
the
feat/redisstore-tls
branch
from
August 20, 2026 09:22
4ff5bb9 to
778f273
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 09:22
4b0df2e to
f8e756b
Compare
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 11:10
f8e756b to
b06706a
Compare
Co-Authored-By: mecatl <noreply@stacklok.com>
jhrozek
force-pushed
the
feat/mecak8s-helm-baseline
branch
from
August 20, 2026 12:14
b06706a to
0df0fa1
Compare
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.
Summary
Adds
deploy/helm/mecak8s/, the production Helm deployment contract for the storage-free mecak8s agent: restricted pod security, bounded resources, rolling update, probes, PDB, namespaced Lease RBAC, and a disposablevalues-kind.yamlprofile for local/offline qualification. Requires an externally managed Redis endpoint and a digest- or tag-pinned image; ships no NetworkPolicy (network isolation is the cluster's own job, deliberately — see PR #4 in this stack for the reasoning).Part of #634.
Stack
2nd of a 4-PR stack (based on #659):
Test plan
go test ./deploy/helm/mecak8s/...helm lint/helm template(production + Kind profiles)