From 09bbcfc8088e513f92c729685acc6167107092ee Mon Sep 17 00:00:00 2001 From: Vasilii Kazmin Date: Wed, 21 May 2025 12:21:17 +0200 Subject: [PATCH 1/4] add try-cf-page --- deploy-apps/try-cloud-foundry.html.md.erb | 39 +++++++++++++++++++++++ index.html.md.erb | 1 + 2 files changed, 40 insertions(+) create mode 100644 deploy-apps/try-cloud-foundry.html.md.erb diff --git a/deploy-apps/try-cloud-foundry.html.md.erb b/deploy-apps/try-cloud-foundry.html.md.erb new file mode 100644 index 00000000..c9ea0af8 --- /dev/null +++ b/deploy-apps/try-cloud-foundry.html.md.erb @@ -0,0 +1,39 @@ +--- +title: Trying out Cloud Foundry without setup +owner: core +--- + +This page lists publicly accessible platforms where you can try out Cloud Foundry without installing it yourself. + +Cloud Foundry can be deployed on various infrastructures, but to make it easy to get started, several providers offer hosted Cloud Foundry environments with free or trial access. + +## Anynines Public PaaS + +**🌐 Website:** [https://paas.anynines.com](https://paas.anynines.com) + +Anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Service (PaaS) that is publicly accessible to developers, teams, and organizations. It provides a zero-maintenance entry point to Cloud Foundry, ideal for learning, testing, or running real workloads. + +### Key Features + +- ✅ Free trial accounts available +- 🧰 Pre-integrated services such as PostgreSQL, Redis, and S3-compatible object storage +- ⚙️ Supports buildpacks, autoscaling, rolling deployments, and app metrics +- 🛡️ Fully managed and operated by Cloud Foundry experts +- 🇪🇺 Hosted in Europe with full GDPR compliance +- 🤝 Commercial support available for production workloads + +### How to Get Started + +1. Visit [https://paas.anynines.com](https://paas.anynines.com) +2. Register for a free developer account +3. Download and install the [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html) +4. Log in and push your first app: + ```bash + cf login -a https://api.paas.anynines.com + cf push my-app + ``` + +### Additional Resources + +- 📘 [Anynines Documentation](https://docs.anynines.com) +- 📩 [Support & Contact](https://www.anynines.com/platform-operations/support) diff --git a/index.html.md.erb b/index.html.md.erb index 6dd3d23e..c7fba169 100644 --- a/index.html.md.erb +++ b/index.html.md.erb @@ -37,6 +37,7 @@ If you do these things, you are a <%= vars.app_runtime_abbr %> **developer**, a * [Pushing apps with sidecar processes](sidecars.html) * [Using blue-green deployment to reduce downtime and risk](deploy-apps/blue-green.html) * [Troubleshooting app deployment and health](deploy-apps/troubleshoot-app-health.html) + * [Try Cloud Foundry without setup](deploy-apps/try-cloud-foundry.html) * **Routes and Domains:** How to configure routes and domains. * [Configuring routes and domains](deploy-apps/routes-domains.html) From 759342e913846c5e7c334496f0687bd2d8605d60 Mon Sep 17 00:00:00 2001 From: Vasilii Kazmin Date: Thu, 22 May 2025 08:56:42 +0200 Subject: [PATCH 2/4] add try-cf page --- deploy-apps/try-cloud-foundry.html.md.erb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/deploy-apps/try-cloud-foundry.html.md.erb b/deploy-apps/try-cloud-foundry.html.md.erb index c9ea0af8..ef22c043 100644 --- a/deploy-apps/try-cloud-foundry.html.md.erb +++ b/deploy-apps/try-cloud-foundry.html.md.erb @@ -37,3 +37,25 @@ Anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Se - 📘 [Anynines Documentation](https://docs.anynines.com) - 📩 [Support & Contact](https://www.anynines.com/platform-operations/support) + + +## STACKIT Cloud Foundry + +**🌐 Website:** [https://www.stackit.cloud](https://www.stackit.cloud) + +**Overview:** +[STACKIT](https://www.stackit.cloud) offers a hosted Cloud Foundry environment as part of its sovereign European cloud platform. It is backed by Schwarz IT and tailored for secure, scalable application deployment in enterprise environments. + +### Key Features + +- 🇩🇪 Operated and hosted in Germany +- 🛡️ Focus on security, data sovereignty, and compliance +- 📦 Provides Cloud Foundry with strong service integration +- 🧑‍💼 Enterprise-ready with SLA-backed support +- 🔐 Suitable for both public and private workloads + +### How to Get Started + +1. Visit [https://www.stackit.cloud](https://www.stackit.cloud) +2. Explore their product offerings and documentation +3. Contact the STACKIT team for access to Cloud Foundry environments From fc9cd2d7a54d78df5f33f12130cc14819b6d62bc Mon Sep 17 00:00:00 2001 From: Vasilii Kazmin Date: Fri, 23 May 2025 11:19:38 +0200 Subject: [PATCH 3/4] add try-cf page --- deploy-apps/try-cloud-foundry.html.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-apps/try-cloud-foundry.html.md.erb b/deploy-apps/try-cloud-foundry.html.md.erb index ef22c043..ef888ea5 100644 --- a/deploy-apps/try-cloud-foundry.html.md.erb +++ b/deploy-apps/try-cloud-foundry.html.md.erb @@ -7,11 +7,11 @@ This page lists publicly accessible platforms where you can try out Cloud Foundr Cloud Foundry can be deployed on various infrastructures, but to make it easy to get started, several providers offer hosted Cloud Foundry environments with free or trial access. -## Anynines Public PaaS +## anynines Public PaaS **🌐 Website:** [https://paas.anynines.com](https://paas.anynines.com) -Anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Service (PaaS) that is publicly accessible to developers, teams, and organizations. It provides a zero-maintenance entry point to Cloud Foundry, ideal for learning, testing, or running real workloads. +anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Service (PaaS) that is publicly accessible to developers, teams, and organizations. It provides a zero-maintenance entry point to Cloud Foundry, ideal for learning, testing, or running real workloads. ### Key Features @@ -35,7 +35,7 @@ Anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Se ### Additional Resources -- 📘 [Anynines Documentation](https://docs.anynines.com) +- 📘 [anynines Documentation](https://docs.anynines.com) - 📩 [Support & Contact](https://www.anynines.com/platform-operations/support) From 47354ef85d778400c9cfb7d4234c8541a27b8015 Mon Sep 17 00:00:00 2001 From: Vasilii Kazmin Date: Wed, 28 May 2025 09:37:27 +0200 Subject: [PATCH 4/4] Add try cf page to let potential customers freely play with CF without installation --- deploy-apps/try-cloud-foundry.html.md.erb | 58 ++--------------------- 1 file changed, 5 insertions(+), 53 deletions(-) diff --git a/deploy-apps/try-cloud-foundry.html.md.erb b/deploy-apps/try-cloud-foundry.html.md.erb index ef888ea5..a84b671f 100644 --- a/deploy-apps/try-cloud-foundry.html.md.erb +++ b/deploy-apps/try-cloud-foundry.html.md.erb @@ -1,61 +1,13 @@ --- -title: Trying out Cloud Foundry without setup +title: Try Cloud Foundry owner: core --- -This page lists publicly accessible platforms where you can try out Cloud Foundry without installing it yourself. +Interested in trying Cloud Foundry without setting up an environment yourself? -Cloud Foundry can be deployed on various infrastructures, but to make it easy to get started, several providers offer hosted Cloud Foundry environments with free or trial access. +Several Cloud Foundry providers offer publicly accessible platforms where you can deploy and manage apps using the `cf` CLI — without installing Cloud Foundry on your own infrastructure. -## anynines Public PaaS +👉 **Visit the [Try Cloud Foundry page on cloudfoundry.org](https://cloudfoundry.org/try-cloud-foundry)** for a curated list of providers and instructions on how to get started. -**🌐 Website:** [https://paas.anynines.com](https://paas.anynines.com) +This page is continuously updated by the Cloud Foundry community. If you offer a public Cloud Foundry platform and would like to be listed, feel free to contribute through the Cloud Foundry Slack or open an issue in the [CF community GitHub repo](https://github.com/cloudfoundry/community/issues). -anynines offers a production-grade, fully managed Cloud Foundry Platform-as-a-Service (PaaS) that is publicly accessible to developers, teams, and organizations. It provides a zero-maintenance entry point to Cloud Foundry, ideal for learning, testing, or running real workloads. - -### Key Features - -- ✅ Free trial accounts available -- 🧰 Pre-integrated services such as PostgreSQL, Redis, and S3-compatible object storage -- ⚙️ Supports buildpacks, autoscaling, rolling deployments, and app metrics -- 🛡️ Fully managed and operated by Cloud Foundry experts -- 🇪🇺 Hosted in Europe with full GDPR compliance -- 🤝 Commercial support available for production workloads - -### How to Get Started - -1. Visit [https://paas.anynines.com](https://paas.anynines.com) -2. Register for a free developer account -3. Download and install the [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html) -4. Log in and push your first app: - ```bash - cf login -a https://api.paas.anynines.com - cf push my-app - ``` - -### Additional Resources - -- 📘 [anynines Documentation](https://docs.anynines.com) -- 📩 [Support & Contact](https://www.anynines.com/platform-operations/support) - - -## STACKIT Cloud Foundry - -**🌐 Website:** [https://www.stackit.cloud](https://www.stackit.cloud) - -**Overview:** -[STACKIT](https://www.stackit.cloud) offers a hosted Cloud Foundry environment as part of its sovereign European cloud platform. It is backed by Schwarz IT and tailored for secure, scalable application deployment in enterprise environments. - -### Key Features - -- 🇩🇪 Operated and hosted in Germany -- 🛡️ Focus on security, data sovereignty, and compliance -- 📦 Provides Cloud Foundry with strong service integration -- 🧑‍💼 Enterprise-ready with SLA-backed support -- 🔐 Suitable for both public and private workloads - -### How to Get Started - -1. Visit [https://www.stackit.cloud](https://www.stackit.cloud) -2. Explore their product offerings and documentation -3. Contact the STACKIT team for access to Cloud Foundry environments