FEAT(app): add rbac and kubectl for mcp tools

- ServiceAccount for mas pod
- ClusterRole with read-only permissions
- ClusterRoleBinding
- kubectl installed in Docker image
- Now mas can query Kubernetes API!
This commit is contained in:
2025-12-24 00:29:14 +09:00
parent e8dbec804b
commit 6196393eb2
3 changed files with 76 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ spec:
labels:
app: mas
spec:
serviceAccountName: mas
containers:
- name: mas
image: gitea0213.kro.kr/bluemayne/mas:latest