Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 6, 2024
1 parent 110c6b1 commit 241d12c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions input/resources/overview.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Skupper resource overview

- CRDs and the Skupper controller (and system equivalent)
- A declarative API.
- It is the basis for all Skupper configuration.
- Skupper uses YAML resources for configuration
- These are Kubernetes custom resources
- They are used for non-Kube platforms as well
- These are Kubernetes custom resources. They are used for non-Kube platforms as well.

- The resources are primary. Everything goes through the standard
resources. All of Skupper's logic is in the controller that
processes the resources. The CLI's job is to create and submit
resources.

- Some resource fields are "updatable" - you can change their values
without recreating the resource.

- Where do resources go in Kubernetes?
- Where do they go in non-Kube? FS location. system apply.

## Sites

## Site linking
Expand Down

0 comments on commit 241d12c

Please sign in to comment.