Skip to content

Commit

Permalink
resource management
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesh93Insighture committed Apr 5, 2024
1 parent ac5c38c commit 4c81480
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/Concepts/resource-heirachy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,30 @@ title: Resource Heirachy
---


The following diagram depicts the high-level resources and their relationships in the SkyU Console.

![](/assets/images/docs/concepts/heirachy.png)


Each level of heirachy, Oragnization, Project and Environment, has its own access control and permissions. You can learn more about this in the [Access Control](/Concepts/access-control.html) section.


## Projects and Kubernetes Clusters

Each Project in SkyU can have multiple Kubernetes Clusters associated with it. These clusters can be used to deploy applications and services. Kubernetes clusters are associated with an environment through namespaces.

![](/assets/images/docs/concepts/environments-clusters.png)

> A Kubernetes Cluster can be shared across multiple environments.
## Projects and Secret Management

Each Project in SkyU can have only one Secret Manager associated with it regardless of the number of environments. The Secret Manager can be either the SkyU Secret Manager or a Dedicated Secret Manager. You can learn more about this in the [Secret Management](/Concepts/secret-management.html) section.


## Applications and Container Registries

Applications in SkyU are associated with a single Container Registry per application. SkyU can support any container registry. However, for a single application across multiple environments, the container registry should be the same.


![](/assets/images/docs/concepts/common-specific.png)
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ nav:
- Connect a Kubernetes Cluster: "connect-cluster.md"
- Deploy your first Application: "deploy-application.md"
- Concepts:
- Concepts/index.md
- Concepts/resource-heirachy.md
- Concepts/secret-management.md
- Concepts/iam.md
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c81480

Please sign in to comment.