diff --git a/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md b/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md index 1f9acd7968..24773b21ac 100644 --- a/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md +++ b/blog/2024-01-08-cloudstack-and-gitops-at-scale/index.md @@ -49,11 +49,7 @@ questions to the AT&T team, to understand more about their choice of technology and learn for their experience of managing infrastructure at a large-scale and enterprise level. - +[![](preview.png "CloudStack GitOps at Scale - video")](https://www.youtube.com/watch?v=Bc1a8YHdEq4)
Alex Dometrius, Associate Director - Technology at AT&T, presents at diff --git a/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png b/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png new file mode 100644 index 0000000000..c621605fbd Binary files /dev/null and b/blog/2024-01-08-cloudstack-and-gitops-at-scale/preview.png differ diff --git a/src/components/Events/index.tsx b/src/components/Events/index.tsx index 17d62b231a..133470f137 100644 --- a/src/components/Events/index.tsx +++ b/src/components/Events/index.tsx @@ -121,17 +121,6 @@ involved with the community. Watch
-
-
- -

Ceph and CloudStack Day 2024

-

Amsterdam, the Netherlands

-

February 22, 2024

-
-
- Watch -
-
diff --git a/src/css/custom.css b/src/css/custom.css index 9544e93f14..d25673e9f4 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -395,11 +395,12 @@ footer { .apache-card { border-radius: 18px; padding: 10px; - margin-right: 20px; + margin-left: 10px; + margin-right: 10px; min-height: 375px; } .card-border { - border: 1px solid #2AA5DC40; + border: 1px solid #2AA5DC40; } .apache-card-body { padding: 25px; @@ -463,6 +464,10 @@ iframe { .bg-none .power-card { min-height: 210px; } +.key-values { + width: 100%; + padding: 5px; +} /* integrations page */ @@ -1211,14 +1216,11 @@ progress{vertical-align:baseline} margin-left:auto; } - @media (min-width:576px){ .container,.container-sm{ max-width:540px} - } - @media (min-width:768px){ .container,.container-md,.container-sm{ max-width:720px @@ -1226,7 +1228,6 @@ progress{vertical-align:baseline} } - @media (min-width:992px){ .container,.container-lg,.container-md,.container-sm{ max-width:960px diff --git a/src/pages/cloud-builders.js b/src/pages/cloud-builders.js index ac094711a0..4d649755e8 100644 --- a/src/pages/cloud-builders.js +++ b/src/pages/cloud-builders.js @@ -27,113 +27,116 @@ function CloudBuildersHeader() { export default function CloudBuilders() { return ( - -
-
-
-
-
-

About Apache CloudStack

-

Apache CloudStack is a highly -scalable IaaS cloud computing platform that provides a cloud -orchestration layer, automating the creation, provisioning and -configuration of IaaS components. It turns existing virtual -infrastructure into a cloud-based Infrastructure as a Service (IaaS) -platform. Because CloudStack leverages existing infrastructure, the -costs and time for the organization to build a multi-tenant IaaS -platform are greatly reduced.

-

CloudStack is a turnkey solution - for MSPs, cloud providers and telcos. It includes the entire “stack” of - features you need: compute orchestration, Network-as-a-Service, user -and account management, a full and open native API, resource accounting, - and a first-class User Interface.

-
-
- - CloudStack survey - -
-
-
-
+ +
+
+
+
+
+

About Apache CloudStack

+

Apache CloudStack is a highly + scalable IaaS cloud computing platform that provides a cloud + orchestration layer, automating the creation, provisioning and + configuration of IaaS components. It turns existing virtual + infrastructure into a cloud-based Infrastructure as a Service (IaaS) + platform. Because CloudStack leverages existing infrastructure, the + costs and time for the organization to build a multi-tenant IaaS + platform are greatly reduced.

+

CloudStack is a turnkey solution + for MSPs, cloud providers and telcos. It includes the entire “stack” of + features you need: compute orchestration, Network-as-a-Service, user + and account management, a full and open native API, resource accounting, + and a first-class User Interface.

+
+
+ + CloudStack survey + +
+
+
+
-
-
-
-
-

LEADING COMPANIES TRUST APACHE CLOUDSTACK

-
- - - - - - -
-
-
-
-
+
+
+
+
+

LEADING COMPANIES TRUST APACHE CLOUDSTACK

+
+ + + + + + +
+
+
+
+
-
-
-
-
-

CloudStack Solves Key Challenges for Cloud Providers & MSPs

-

CloudStack can -manage tens of thousands of physical servers installed in geographically - distributed data centers. It is a powerful IaaS management solution, -but it is still easy to use and implement with a small team. Powered by a - solid open-source community, Apache CloudStack eliminates the -dependencies and allows you to follow your own cloud development plan, -and use the hardware and software of your choice and business -requirements.

-
-
-
-
-
- -

Decrease TCO for your IaaS

-
-
-
-
- -

Completely open-source

-
-
-
-
- -

Powered by an active community

-
-
-
-
- -

Easy to use

-
-
-
-
- -

Quick to deploy

-
-
-
-
- -

Strong vendor integrations

-
-
-
-
-
+
+
+
+
+

CloudStack Solves Key Challenges for Cloud Providers & MSPs

+

CloudStack can + manage tens of thousands of physical servers installed in geographically + distributed data centers. It is a powerful IaaS management solution, + but it is still easy to use and implement with a small team. Powered by a + solid open-source community, Apache CloudStack eliminates the + dependencies and allows you to follow your own cloud development plan, + and use the hardware and software of your choice and business + requirements.

+
+
+
+
+
+ +

Decrease TCO for your IaaS

+
+
+
+
+ +

Completely open-source

+
+
+
+
+ +

Powered by an active community

+
+
+
+
+ +

Easy to use

+
+
+
+
+ +

Quick to deploy

+
+
+
+
+ +

Strong vendor integrations

+
+
+
+
+
+ - -
+ +
- ); - } + ); +} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b798a092b6..627dce9eb5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -38,7 +38,7 @@ Apache CloudStack™ is an open-source software system designed to deploy and m - + diff --git a/src/pages/kubernetes.js b/src/pages/kubernetes.js index e128c3ef94..4c3974d854 100644 --- a/src/pages/kubernetes.js +++ b/src/pages/kubernetes.js @@ -87,7 +87,9 @@ kubicorn.

- + + Bootstrapping Kubernetes using CAPC +
diff --git a/src/pages/learn-more.mdx b/src/pages/learn-more.mdx index a9be25aeba..e52c495f42 100644 --- a/src/pages/learn-more.mdx +++ b/src/pages/learn-more.mdx @@ -1,73 +1,107 @@ --- title: Learn More about Apache CloudStack --- -
-
-
-
-
Learn More about Apache CloudStack
-
-
-
-
-
-
-
-
Apache CloudStack at a Glance
-

Learn more about Apache CloudStack and the capabilities it provides for IaaS builders

- Download -
-
-
-
-
-
-
-

-
-During the annual CloudStack Collaboration Conference 2023, Alex -Dometrius, Associate Director - Technology at AT&T, presented their -journey with Apache CloudStack. -

- Read more -
-
-
-
-
-
-
-
-
-

SOLUTION BRIEF

-
Delivering Public Cloud Services with CloudStack
-

Discover how to use CloudStack to provision public cloud services and improve your profitability

- Download -
-
-
-
-
-
-
-

CASE STUDY

-
IKOULA - The cloud leader & innovator in France
-

IKOULA Simplifies the Management of Large-Scale Cloud Infrastructure with CloudStack and XCP-ng

- Download -
-
-
-
-
-
-
-

CASE STUDY

-
Your.Online – A leading European online services platform
-

Future-Proof Open-Source Platform Hosting Millions of Websites for Your.Online Powered by CloudStack, KVM and Ceph

- Download -
-
-
-
-
-
+
+
+
+
+
Learn More about Apache CloudStack
+
+
+
+
+
+
+
+
Apache CloudStack at a Glance
+

Learn more about Apache CloudStack and the capabilities it provides for IaaS builders

+ Download +
+
+
+
+
+
+
+

+
+ During the annual CloudStack Collaboration Conference 2023, Alex + Dometrius, Associate Director - Technology at AT&T, presented their + journey with Apache CloudStack. +

+ Read more +
+
+
+
+
+
+
+
+
+

SOLUTION BRIEF

+
Delivering Public Cloud Services with CloudStack
+

Discover how to use CloudStack to provision public cloud services and improve your profitability

+ Download +
+
+
+
+
+
+
+

CASE STUDY

+
IKOULA - The cloud leader & innovator in France
+

IKOULA Simplifies the Management of Large-Scale Cloud Infrastructure with CloudStack and XCP-ng

+ Download +
+
+
+
+
+
+
+

CASE STUDY

+
Your.Online – A leading European online services platform
+

Future-Proof Open-Source Platform Hosting Millions of Websites for Your.Online Powered by CloudStack, KVM and Ceph

+ Download +
+
+
+
+
+
+
+
+
+

SOLUTION BRIEF

+
Tungsten Fabric
+

+ Tungsten Fabric is an open-source network and security + orchestrator which provides secure connectivity for cloud-native + environments. +

+ Download +
+
+
+
+
+
+
+

CASE STUDY

+
LifeInCloud
+

+ LifeinCloud is a privately-owned, European public + cloud provider on a mission to make powerful cloud + solutions more accessible to developers and businesses + worldwide. Why did life in cloud choose Apache + CloudStack to implement their public cloud. +

+ Read More +
+
+
+
+
+
diff --git a/static/img/CloudStack_release_illustration.png b/static/img/CloudStack_release_illustration.png index dc4c316fc1..09554e7054 100644 Binary files a/static/img/CloudStack_release_illustration.png and b/static/img/CloudStack_release_illustration.png differ diff --git a/static/img/bootstrapping_k8s_capc.png b/static/img/bootstrapping_k8s_capc.png new file mode 100644 index 0000000000..270b4d0f84 Binary files /dev/null and b/static/img/bootstrapping_k8s_capc.png differ diff --git a/static/img/logo-yotta.png b/static/img/logo-yotta.png new file mode 100644 index 0000000000..7b324e194e Binary files /dev/null and b/static/img/logo-yotta.png differ