diff --git a/SCOPE.md b/SCOPE.md index f612272..061883f 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -96,6 +96,24 @@ Railiance is structured as five independent repos per OAS Stack layer. This repo --- +## Provided Capabilities + +```capability +type: infrastructure +title: Kubernetes cluster provisioning (k3s) +description: Install and configure a production k3s cluster including Helm, ingress controller, CNI plugin, and kubeconfig management on Railiance servers. +keywords: [kubernetes, k3s, cluster, helm, ingress, cni, k8s, provisioning] +``` + +```capability +type: infrastructure +title: Cluster operators and addon management +description: Deploy and manage cluster-wide operators and addons (cert-manager, admission controllers) on the running Railiance Kubernetes cluster. +keywords: [operator, addon, cert-manager, admission, kubernetes, cluster] +``` + +--- + ## Notes Designed for remote execution from HostEurope (92.205.130.254). Requires SSH reverse tunnel: `ssh -R 8000:127.0.0.1:8000 @remote`.