-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve landing page, based on slides (#1272)
Co-authored-by: Giovanni Liva <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
- Loading branch information
1 parent
b5f4e91
commit 117cda4
Showing
13 changed files
with
266 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,100 @@ | ||
.td-navbar .navbar-brand__name { | ||
display: none; | ||
} | ||
|
||
$primary: #006bb8; | ||
$secondary: #469bdd; | ||
$light: #d8e6f4; | ||
|
||
#td-cover-block-0 { | ||
background-size: 100% auto; | ||
background-position-y: bottom; | ||
} | ||
|
||
a.btn-primary { | ||
background: #28a745 linear-gradient(180deg, #30c953, #28a745) repeat-x; | ||
border-color: #28a745; | ||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); | ||
color: #ffffff !important | ||
} | ||
|
||
a.btn-primary:hover { | ||
color: #fff; | ||
background: #23923d linear-gradient(180deg, #28a745, #23923d) repeat-x; | ||
border-color: #23923d; | ||
} | ||
|
||
.home::before { | ||
content: ''; | ||
height: 128px; | ||
width: 170px; | ||
display: block; | ||
background-position: center middle; | ||
background-color: #d8e6f4; | ||
border-radius: 25px; | ||
} | ||
|
||
.homeorchestrate::before { | ||
background-image: url('/images/home/capabilities/capabilities-03.svg'); | ||
} | ||
.homeobservability::before { | ||
background-image: url('/images/home/capabilities/capabilities-04.svg'); | ||
} | ||
.homedata::before { | ||
background-image: url('/images/home/capabilities/capabilities-01.svg'); | ||
} | ||
.td-overlay--dark::after { | ||
background-color: transparent !important; | ||
} | ||
|
||
.whykeptn img { | ||
width: 100%; | ||
} | ||
.whykeptn { | ||
text-align: left; | ||
} | ||
.whykeptn h2::after { | ||
display: block; | ||
content: " "; | ||
width: 80px; | ||
margin-top: 24px; | ||
margin-bottom: 24px; | ||
margin-left: 0; | ||
border-bottom: 4px solid #006bb8; | ||
} | ||
|
||
.whykeptn-left { | ||
text-align: left; | ||
} | ||
.whykeptn-right { | ||
text-align: left; | ||
} | ||
|
||
@font-face { | ||
font-family: 'Ubuntu'; | ||
src: url("/Ubuntu-Medium.ttf"); | ||
} | ||
|
||
|
||
$fontFamilyStyled: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | ||
.td-main h1, .styled { | ||
font-family: $fontFamilyStyled | ||
} | ||
.usecasebox { | ||
margin-top: 50px; | ||
background-image: linear-gradient(180deg, rgba(0, 107, 184, 0.0), rgba(0, 107, 184, 0.50)); | ||
border-radius: 25px; | ||
padding: 20px; | ||
} | ||
|
||
.navbar-logo::after { | ||
content: "Lifecycle Toolkit"; | ||
font-size: 23px; | ||
font-weight: 700; | ||
font-family: $fontFamilyStyled; | ||
line-height: 30px; | ||
height: 30px; | ||
vertical-align: bottom; | ||
padding-top: 2px; | ||
display: inline-block | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
config: | ||
first-line-heading: false |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
![Higher Compliance](/images/why-keptn/higher-compliance.png) |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
## Data Access | ||
|
||
### Standardizing access for all Observability Data for K8s | ||
|
||
The Keptn Metrics Server provides: | ||
|
||
* Define Keptn Metrics once for Dynatrace, DataDog, AWS, Azure, GCP, ... | ||
* Access all those metrics via Prometheus or K8s Metric API | ||
* Eliminate the need of multiple plugins for Argo Roolouts, KEDA, HPA, ... |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
## Deployment Check Orchestration | ||
|
||
### Orchestrating deployment checks | ||
|
||
To reduce complexity of custom checks use Keptn to: | ||
|
||
* Pre-Deploy: | ||
* Validate external dependencies | ||
* Confirm images are scanned | ||
* ... | ||
* Post-Deploy: | ||
* Execute tests | ||
* Notify Stakeholders | ||
* Promote to next stage | ||
* ... | ||
* Automatically validate against your SLOs (Service Level Objectives) |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
![Maintenance](/images/why-keptn/maintenance.png) |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
## Deployment Observability | ||
|
||
### Making ANY K8s Deployment OBSERVABLE | ||
|
||
If you deploy with ArcoCD, Flux, GitLab, kubectl, etc. | ||
we provide you: | ||
|
||
* Automated **App-Aware DORA** metrics (OTel Metrics) | ||
* Troubleshoort failed deployments (OTel Traces) | ||
* Trace deployments from Git to cloud (traces across stages) |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
![Observability](/images/why-keptn/observability.png) |
Binary file not shown.