-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
110be8e
commit 09ed361
Showing
4 changed files
with
87 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,70 @@ | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
# Platform Administrator Manual Overview | ||
|
||
This manual is for Compliant Kubernetes administrators. | ||
<div class="landing-page" markdown="1"> | ||
|
||
Platform Administrator can be described via the following user stories: | ||
Compliant Kubernetes abstracts away a lot of complexity from Application Developers. | ||
Unfortunately, someone somewhere needs to take care of that complexity. | ||
That person is you, the platform administrator. | ||
|
||
* As a Platform Administrator I want to create/destroy/upgrade a Compliant Kubernetes cluster. | ||
* As a Platform Administrator I want to re-configure a Compliant Kubernetes cluster. | ||
* As an on-call Platform Administrator I want to be alerted when abnormal activity is detected, suggesting a pending intrusion. | ||
* As an on-call Platform Administrator I want to be alerted when the Compliant Kubernetes cluster is unhealthy. | ||
* As an on-call Platform Administrator I want "break glass" to investigate and recover an unhealthy Compliant Kubernetes cluster. | ||
Setting up Compliant Kubernetes is not for the faint hearted. | ||
We recommend you to proceed in 4 steps as shown below: | ||
|
||
<nav markdown="1"> | ||
<dl class="columns-2" markdown="1"> | ||
<div markdown="span"> | ||
<dt markdown="span"> | ||
:fontawesome-solid-laptop-code: | ||
Phase 1: Try out the end result | ||
</dt> | ||
<dd> | ||
Validate that the application team's needs will be satisfied. | ||
Start with Compliant Kubernetes managed by an experienced platform team on a trusted EU cloud infrastructure. | ||
</dd> | ||
<dd> | ||
<a role="button" href="https://elastisys.com/managed-services/">Learn more</a> | ||
</dd> | ||
</div> | ||
<div markdown="span"> | ||
<dt markdown="span"> | ||
:fontawesome-solid-magnifying-glass: | ||
Phase 2: Infrastructure audit | ||
</dt> | ||
<dd class="grow-me"> | ||
Clarify the capabilities of your infrastructure and ways of working with your infrastructure team. | ||
</dd> | ||
<dd> | ||
<a role="button" href="./provider-audit/">Learn more</a> | ||
</dd> | ||
</div> | ||
<div markdown="span"> | ||
<dt markdown="span"> | ||
:fontawesome-solid-gears: | ||
Phase 3: Compliant Kubernetes setup | ||
</dt> | ||
<dd class="grow-me"> | ||
Now that the infrastructure is in place, you're ready to configure and install Compliant Kubernetes. | ||
</dd> | ||
<dd> | ||
<a role="button" href="./on-prem-standard/">Learn more</a> | ||
</dd> | ||
</div> | ||
<div markdown="span"> | ||
<dt markdown="span"> | ||
:fontawesome-solid-user-graduate: | ||
Phase 4: Deepen your knowledge and operate | ||
</dt> | ||
<dd class="grow-me" markdown="span"> | ||
Practice [maintenance](maintenance.md), [capacity management](capacity-management.md) and [troubleshooting](troubleshooting.md). | ||
</dd> | ||
<dd> | ||
<a role="button" href="https://elastisys.com/free-guide-how-to-operate-a-secure-kubernetes-platform/">Learn more</a> | ||
</dd> | ||
</div> | ||
</dl> | ||
</nav> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters