Skip to content

fix: add manifests to quickstart - #122

Open
oliverbaehler wants to merge 1 commit into
mainfrom
fix/revert-quickstart
Open

fix: add manifests to quickstart#122
oliverbaehler wants to merge 1 commit into
mainfrom
fix/revert-quickstart

Conversation

@oliverbaehler

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
Copilot AI lite review requested due to automatic review settings August 12, 2026 14:08
@netlify

netlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Deploy Preview for docs-projectcapsule ready!

Name Link
🔨 Latest commit c0a8711
🔍 Latest deploy log https://app.netlify.com/projects/docs-projectcapsule/deploys/6a7c7e7de3d1fd00083325f0
😎 Deploy Preview https://deploy-preview-122--docs-projectcapsule.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the extended quickstart documentation to add additional manifest examples and links, aiming to make it easier for readers to apply ready-made Capsule/Kubernetes resources during onboarding.

Changes:

  • Adjusts the Permission Bindings example to use a tenant-templated operators group name.
  • Adds new quickstart documentation sections for LimitRanges, NetworkPolicies, and a “Full Tenant” example, each with “Get Here” manifest links and inline YAML.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 206 to +209
- clusterRoleName: 'edit'
subjects:
- kind: Group
name: "solar:operators"
name: "tenant:{{ .tenant.metadata.name }}:operators"
service-level-gold 2026-07-24T10:00:00Z
```

### Networkpolicies
Comment on lines +310 to +312
Distribute a [`NetworkPolicy`](https://kubernetes.io/docs/concepts/services-networking/network-policies/) to all `Namespaces` of a `Tenant` to enforce a certain network policy for all workloads within the `Tenant`/`Namespace`. The following `NetworkPolicy` is an attempt to achieve a default deny policy for all `Namespaces` of the `Tenant` but allow intra-namespace communication and allow communication between all `Namespaces` of the same `Tenant`. It also allows communication to system namespaces (eg. monitoring, ingress, etc.). [Read More](https://kubernetes.io/docs/concepts/security/multi-tenancy/#network-isolation)

[Get Here](/docs/quickstart/gtr-netpol.yaml)
Comment on lines +382 to +385
Here we have two `Tenants` with different rules and permissions. The `solar` tenant is a production tenant with multiple application stages with strict rules and permissions, while the `lunar` tenant is a development tenant with more relaxed rules and permissions.

[Get Here](/docs/quickstart/full-tenant.yaml)

Comment on lines +386 to +388
```yaml
# solar.yaml
---
- clusterRoleName: 'view'
subjects:
- kind: Group
name: "solar:operators"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "tenant:{{ .tenant.metadata.name }}:operators"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants