From 6509e3ee5fcf732de5016cd0182c442e2c8aac77 Mon Sep 17 00:00:00 2001 From: Cosmin <75861657+cosmind-rusu@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:04:25 +0200 Subject: [PATCH] Update HomepageSoWhatIsOKD component layout and add CTA button to docs (#8) --- src/components/HomepageSoWhatIsOKD/index.tsx | 34 +++++++++++--------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/HomepageSoWhatIsOKD/index.tsx b/src/components/HomepageSoWhatIsOKD/index.tsx index 7dd97c3..9a0ba49 100644 --- a/src/components/HomepageSoWhatIsOKD/index.tsx +++ b/src/components/HomepageSoWhatIsOKD/index.tsx @@ -3,19 +3,23 @@ import styles from './styles.module.scss'; export default function HomepageSoWhatIsOKD(): JSX.Element { return ( -
-
- -
-
-

So what does that mean exactly?

-

Cloud buzzwords, right? In short, OKD is a very opinionated deployment of Kubernetes. - Kubernetes is a collection of software and design patters to operate applications at scale.

-

We add some features directly as modifications into Kubernetes, but mostly we augment the platform by "preinstalling" - a large amount of pieces of software called "Operators" into the deployed cluster.

-

These operators then provide all of our cluster components (over 100 of them!) which make up the platform, such as OS upgrades, web consoles, monitoring and image building

-

INSERT A CTA BUTTON HERE to the DOCS!

-
+
+
+
+ +
+
+

So what does that mean exactly?

+

Cloud buzzwords, right? In short, OKD is a very opinionated deployment of Kubernetes. + Kubernetes is a collection of software and design patters to operate applications at scale.

+

We add some features directly as modifications into Kubernetes, but mostly we augment the platform by "preinstalling" + a large amount of pieces of software called "Operators" into the deployed cluster.

+

These operators then provide all of our cluster components (over 100 of them!) which make up the platform, such as OS upgrades, web consoles, monitoring and image building

+

+ Go to Docs +

+
-
); -} \ No newline at end of file +
+ ); +}