Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Platform as a Service · DevOpsSchool Trainer

Cloud Foundry Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in the cf push developer experience — buildpacks, service brokers, routing, log drains and blue-green delivery on a managed PaaS — taught by a practitioner who runs it in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnline · Onsite · Hybrid
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
Batch size8–30 engineers
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Cloud Foundry trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Cloud architectureMulti-cloud estatesInfrastructure at scale20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches Cloud Foundry from both sides of the contract: the developer path of cf push, manifests, buildpacks, service binding and blue-green route mapping, and the operator path of orgs, spaces and quotas, application security groups, log drains and the firehose, autoscaling, availability zone placement and platform high availability. Sessions run against a live foundation, including deliberately breaking staging, routing and service binding so attendees can read the failure rather than guess at it.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers Cloud Foundry engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your Cloud Foundry trainer is chosen

Engagements are matched on the tool, not the calendar. For Cloud Foundry that means a trainer who has run it in production — the cf push developer experience — buildpacks, service brokers, routing, log drains and blue-green delivery on a managed PaaS — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private Cloud Foundry training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Delivery is onsite at your premises, live online, or hybrid, scheduled around your release calendar rather than ours. Batches run 8 to 30 engineers.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private Cloud Foundry batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is Cloud Foundry?

Cloud Foundry is an open-source platform as a service that takes an application from source code to a running, routed, load-balanced, log-aggregated instance with a single command. The developer contract is deliberately narrow: hand the platform a source tree and a manifest, and it selects a buildpack, compiles a droplet, schedules instances across the estate, wires them to a route and keeps the declared instance count running. There is no operating system to patch, no web server to configure and no deployment script to maintain.

Underneath, the platform is a distributed system in its own right. A staging process turns source into a droplet using buildpacks; the Diego scheduler places application instances into container cells; the router maps HTTP routes onto those instances; Loggregator aggregates application and platform logs into a firehose you can drain into an external system; and the service marketplace, backed by service brokers implementing the Open Service Broker API, provisions databases, queues and third-party services and injects their credentials into the application environment. BOSH sits below all of it, handling the deployment, healing and upgrade of the platform itself.

Cloud Foundry shows up in enterprises under several names. The upstream project is stewarded by the Cloud Foundry Foundation; Pivotal Cloud Foundry became VMware Tanzu Application Service; SAP BTP and others run their own distributions; and Korifi reimplements the same cf push experience on top of Kubernetes. The commands, the manifest, the buildpack model, the service marketplace and the routing behaviour are shared across all of them, which is why the platform skill transfers even as the underlying runtime shifts.

Why this skill matters now

A large amount of enterprise Java, .NET, Node and Python still runs on Cloud Foundry, and those estates are neither disappearing nor standing still. They need people who can operate the platform, help application teams use it correctly, diagnose failures that live between the application and the platform, and — increasingly — plan a path toward Kubernetes without losing the developer experience that made the platform worth having.

The skill in demand is a specific one. Anyone can run cf push. Far fewer can explain why staging failed on a buildpack version change, why an application scales but does not receive traffic, how to set up a log drain and application security groups so a regulated workload passes review, or how to run a blue-green cutover with route mapping rather than downtime. That gap between using the platform and operating it is where the hiring happens.

There is also a migration dimension. Teams moving off Cloud Foundry to Kubernetes routinely underestimate what the platform was doing for them — routing, service binding, log aggregation, health management, security groups, zero-downtime restarts — and rediscover each one as a separate project. Understanding the platform properly is a prerequisite for leaving it well.

Cloud Foundry training
# outcomes

What your team can do afterwards

Push, scale, restage and restart applications with the cf CLI and understand what the platform does at each step
Write manifests that fully describe an application — instances, memory, routes, health checks, environment and service bindings
Choose, configure and troubleshoot buildpacks, including multi-buildpack and custom buildpack cases
Provision services from the marketplace, bind them correctly, and use user-provided services for anything the marketplace lacks
Implement and register a service broker against the Open Service Broker API
Run blue-green deployments with route mapping, achieving cutover and rollback without downtime
Configure logging and metrics properly — log drains, the firehose, and application performance signals
Design org, space, quota and application security group structure for a multi-team, regulated estate
Scale applications manually and automatically, and reason about availability zone placement and platform HA
# curriculum

11 modules. Live demos in a real lab, not slides.

01Cloud Foundry, PaaS and the cf push experienceLive & Interactive5 hrs · 2 assignments · 1 capstone

What a platform as a service actually promises and what it takes in exchange. The Cloud Foundry architecture end to end — cloud controller, staging, Diego cells, router, Loggregator and BOSH — plus the distribution landscape: upstream Cloud Foundry, Tanzu Application Service, vendor foundations and Korifi on Kubernetes.

Topics: Course introduction and the PaaS model · Cloud Foundry architecture: cloud controller, Diego, router, Loggregator · The twelve-factor application and why the platform assumes it · Distributions: upstream, Tanzu Application Service, vendor foundations, Korifi · BOSH and how the platform itself is deployed and healed · Cloud Foundry versus Kubernetes versus raw IaaS · Where Cloud Foundry is the wrong answer

  • Assignments: (1) Diagram the request path for one HTTP call from client to application instance; (2) Assess one existing application against the twelve-factor assumptions
  • Capstone: Produce an architecture note recommending for or against Cloud Foundry for a named application portfolio
02Orgs, spaces, quotas and the cf CLILive & Interactive5 hrs · 2 assignments · 1 capstone

The multi-tenancy model and the tool you drive it with. Targeting a foundation, authenticating, moving between orgs and spaces, roles and what each can do, and the quota plans that stop one team consuming a foundation.

Topics: Installing and targeting the cf CLI · Authentication, tokens and API endpoints · Orgs, spaces and the tenancy boundary · Org and space roles and their permissions · Org and space quota plans: memory, instances, routes, services · Users, groups and identity provider integration · cf CLI plugins and scripting the platform · Reading cf events and audit trails

  • Assignments: (1) Create an org and space structure for three teams and two environments; (2) Set a quota that causes a deliberate push failure, then diagnose the message
  • Capstone: Design tenancy and quota structure for a foundation shared by multiple business units
03Pushing applications and the manifestLive & Interactive5 hrs · 2 assignments · 1 capstone

The core developer loop in detail. What happens between cf push and a running instance — upload, staging, droplet, placement, route mapping and health check — and how the manifest turns all of that into declared, version-controlled configuration.

Topics: The push lifecycle: upload, stage, droplet, place, route, health check · manifest.yml structure and every field that matters · Instances, memory, disk quota and health check types · Environment variables, VCAP_SERVICES and VCAP_APPLICATION · cfignore and controlling what is uploaded · start, stop, restart, restage — and the difference that catches people out · Application lifecycle and droplet reuse · Diagnosing a failed push from staging and application logs

  • Assignments: (1) Push the same application with and without a manifest and compare the result; (2) Fix three deliberately broken manifests, one failing at each lifecycle stage
  • Capstone: Deliver a manifest that fully describes a production application with no command-line flags required
04BuildpacksLive & Interactive5 hrs · 2 assignments · 1 capstone

How source becomes a runnable droplet. Buildpack detection order, the system buildpacks for Java, Node, Python, Ruby, Go and .NET, pinning versions, supplying dependencies in an offline foundation, multi-buildpack staging, and writing a custom buildpack when nothing fits.

Topics: Buildpack detection, ordering and explicit selection · System buildpacks and their configuration surface · Pinning buildpack and runtime versions · The detect, supply, finalize and release lifecycle · Multi-buildpack applications · Offline buildpacks and air-gapped foundations · Writing and deploying a custom buildpack · Debugging staging failures and dependency resolution

  • Assignments: (1) Pin a runtime version and prove it survives a restage; (2) Build and deploy a custom buildpack for an unsupported runtime
  • Capstone: Produce a buildpack strategy covering version pinning, offline dependencies and upgrade cadence
05Services, the marketplace and service brokersLive & Interactive5 hrs · 2 assignments · 1 capstone

How applications get databases, queues and credentials without owning them. The marketplace and service plans, provisioning and binding, credential injection through VCAP_SERVICES, user-provided services for anything external, and implementing a broker against the Open Service Broker API.

Topics: Marketplace, service offerings and plans · Creating, binding, unbinding and deleting service instances · VCAP_SERVICES and how applications consume credentials · User-provided service instances for external systems · Service keys for non-application consumers · The Open Service Broker API: catalog, provision, bind, deprovision · Writing and registering a service broker · Broker security, access control and plan visibility

  • Assignments: (1) Bind a database service and read credentials from VCAP_SERVICES rather than configuration; (2) Register a working service broker and provision from it
  • Capstone: Implement a service broker that exposes an internal system through the marketplace
06Routing — HTTP, TCP, internal and route servicesLive & Interactive5 hrs · 2 assignments · 1 capstone

Getting traffic to the right instances. Domains and route mapping, path-based and wildcard routes, TCP routing for non-HTTP protocols, container-to-container networking for direct internal traffic, and route services that intercept requests before they reach an application.

Topics: Shared and private domains · Creating, mapping and unmapping routes · Path-based routing and wildcard routes · TCP routing for non-HTTP workloads · Container-to-container networking and network policy · Internal domains and service discovery between applications · Route services and the request interception model · Sticky sessions, timeouts and router behaviour

  • Assignments: (1) Expose one application on two routes and move traffic between versions; (2) Configure container-to-container networking so a backend has no public route
  • Capstone: Design routing for a microservice set where only the gateway is publicly reachable
07Blue-green deployment and microservicesLive & Interactive5 hrs · 2 assignments · 1 capstone

Zero-downtime release using the primitives the platform already provides. The blue-green pattern with route mapping, cutover and rollback, canary variants, and the practical questions microservices raise on a shared platform — versioning, contracts and inter-service traffic.

Topics: The blue-green pattern using route mapping · Cutover, verification and rollback · Canary and incremental traffic shifting · Zero-downtime restarts and rolling application deployments · Microservice decomposition on a PaaS · Service-to-service authentication and internal routing · Shared services, contracts and versioning · Automating blue-green from a pipeline

  • Assignments: (1) Perform a full blue-green cutover and roll it back with no dropped requests; (2) Deploy a three-service application with internal-only backends
  • Capstone: Deliver an automated blue-green release with verification and automatic rollback
08Logging, log drains and metricsLive & Interactive5 hrs · 2 assignments · 1 capstone

Seeing what the platform and the application are doing. Loggregator and the firehose, streaming and recent logs, syslog drains into an external platform, application metrics, and the router and platform logs that explain problems the application logs cannot.

Topics: Loggregator architecture and the log firehose · cf logs, recent logs and log retention limits · Log formats: application, router, staging and platform sources · Syslog drains to an external logging platform · Configuring and validating a log drain end to end · Application metrics and container metrics · Nozzles and consuming the firehose programmatically · Correlating a request across router, application and service logs

  • Assignments: (1) Configure a syslog drain and prove delivery of both application and router logs; (2) Trace one failing request across every log source
  • Capstone: Deliver a logging design that meets a stated retention and audit requirement
09Scaling, autoscaling and high availabilityLive & Interactive5 hrs · 2 assignments · 1 capstone

Keeping instances running and matched to load. Horizontal and vertical scaling, the health management loop that replaces failed instances, availability zone placement, Application Autoscaler rules and cooldowns, and the platform-level components that determine whether a foundation survives a zone failure.

Topics: Horizontal scaling and instance placement across availability zones · Vertical scaling: memory and disk, and their limits · Health management and automatic instance replacement · Application Autoscaler: rules, metrics, thresholds and cooldown · Scheduled scaling for known traffic patterns · Platform component redundancy and foundation HA · Capacity planning and cell sizing · Performance monitoring and identifying the real bottleneck

  • Assignments: (1) Configure autoscaling on a real metric and drive load until it triggers; (2) Kill application instances and observe health management restore them
  • Capstone: Deliver a scaling and capacity plan for an application with a known daily traffic curve
10Application security groups, tasks and volume servicesLive & Interactive5 hrs · 2 assignments · 1 capstone

The operator controls and the runtime features beyond long-running processes. Application security groups governing outbound traffic, staging versus running rule sets, one-off tasks for migrations and batch work, and volume services for the applications that genuinely need a filesystem.

Topics: Application security groups and the default-deny egress model · Staging versus running security group bindings · Scoping security groups to spaces · Diagnosing an application blocked by egress rules · Tasks: one-off jobs, migrations and batch work · Task lifecycle, logs and exit handling · Volume services and filesystem as a service · NFS and SMB volume mounts, and when to avoid them

  • Assignments: (1) Lock an application to a single outbound destination with a security group; (2) Run a database migration as a task rather than as application startup code
  • Capstone: Produce an egress policy for a regulated space, with tasks replacing all startup-time side effects
11Continuous delivery to Cloud FoundryLive & Interactive5 hrs · 2 assignments · 1 capstone

Wiring the platform into a delivery pipeline. Pipeline stages against a foundation, credential handling, environment promotion across spaces, automated blue-green, smoke testing after cutover, and rollback that does not depend on someone being awake.

Topics: Pipeline design for a Cloud Foundry target · Authenticating a pipeline safely against the API · Promotion across spaces and foundations · Automated blue-green from the pipeline · Smoke tests and post-deploy verification · Automated rollback triggers · Managing manifests and configuration per environment · Concourse, Jenkins and GitLab CI integration patterns

  • Assignments: (1) Build a pipeline that promotes an application through three spaces; (2) Add a smoke test gate that triggers automatic rollback on failure
  • Capstone: Deliver a complete pipeline from commit to verified production cutover with rollback

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · PUSH

From source to running instance

Push an application with and without a manifest, then diagnose three deliberately broken pushes failing at upload, staging and health check respectively.

cf pushmanifeststaging
LAB · BUILDPACKS

Pin, supply and customise

Pin a runtime version, supply a dependency in an offline foundation, and build a custom buildpack for a runtime the marketplace does not cover.

buildpacksstagingoffline
LAB · SERVICES

Broker your own service

Provision and bind marketplace services, add a user-provided service for an external system, then implement and register a broker against the Open Service Broker API.

marketplacebindingosb api
LAB · ROUTING

Blue-green with no dropped requests

Run a full blue-green cutover using route mapping under continuous load, verify zero dropped requests, then roll back the same way.

routesblue-greenrollback
LAB · OBSERVABILITY

Drain the firehose

Configure a syslog drain, prove both application and router logs arrive, and trace one failing request across staging, router, application and service logs.

loggregatorlog drainmetrics
CAPSTONE · DELIVERY

Pipeline to verified production

Build a pipeline that promotes across three spaces, performs an automated blue-green cutover, runs smoke tests and rolls back automatically on failure.

ci/cdpromotionsmoke tests
# ecosystem

The tools Cloud Foundry sits next to

Kubernetes
Docker
BOSH
Concourse
Jenkins
Spring Boot
Java
Git
Prometheus
Grafana
Splunk
Terraform

Who this is for

  • Developers deploying applications onto an existing Cloud Foundry foundation
  • Platform operators running orgs, spaces, quotas and security groups for multiple teams
  • DevOps engineers building delivery pipelines that target a PaaS
  • Architects deciding between Cloud Foundry, Kubernetes and managed cloud services
  • SREs supporting applications where the platform is a shared dependency
  • Teams planning a migration from Cloud Foundry to Kubernetes who need to know what the platform was doing for them

Pre-requisites

  • Comfortable on a Linux command line
  • Familiarity with Git — branches, merges, pull requests
  • Experience building and running at least one web application in any language
  • Basic understanding of HTTP, DNS and TLS
  • Access to a Cloud Foundry foundation or a trial account for labs
# pricing

Straightforward pricing

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

Cloud Foundry Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★★
Great learning experience from a very knowledgeable instructor with well-prepared course notes. The lab exercises on AWS instance work well to learn the hands-on side of the course.
Ando Gg · Trustpilot
★★★★★
Very detailed explanation and has lots of patience in attending the questionnaire. Thanks again for your wonderful sessions.
Uttam Samudrala · Trustpilot
★★★★★
Good discussion, helped us to understand different tools in SRE.
Prashant Saxena · Trustpilot
★★★★★
Got good lab sessions which kept the new DevOps tool learnings to the point and it helped a lot in my career.
robin son · Trustpilot
★★★★★
I took Terraform training with the tutor named Mithilesh. I requested to tailor the course curriculum for my needs. He did an excellent job of showing me how to write the Terraform script per the instructions provided.
jason smith · Trustpilot
★★★★★
My experience with the AIOps training was positive. The course covered important topics in a structured way, and Rajesh Kumar explained the concepts patiently. I found the practical aspects particularly helpful because they made the technical content easier to understand.
AARTI KUMARI · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Do you cover Pivotal Cloud Foundry or Tanzu Application Service specifically?
Yes. The commands, manifest, buildpack model, marketplace and routing behaviour are shared across upstream Cloud Foundry, Tanzu Application Service and other vendor foundations. For a private batch we run the labs against the distribution you actually operate.
Is Cloud Foundry still worth learning given Kubernetes?
If you run an estate on it, yes — those applications need people who can operate and debug the platform. It is also the right preparation for leaving it, because a migration has to replace routing, service binding, log aggregation, health management and security groups explicitly.
Do you cover Korifi and Cloud Foundry on Kubernetes?
We cover it in module 1 and can expand it substantially for a private batch. Korifi preserves the cf push experience on a Kubernetes substrate, so most of the developer-facing curriculum transfers directly.
Do you teach the operator side or just application deployment?
Both. Modules 2, 8, 9 and 10 are operator-facing — tenancy and quotas, log drains, autoscaling and platform HA, security groups and tasks. Modules 3 to 7 are the developer path. Private batches can be weighted either way.
Do you cover BOSH?
At architecture level in module 1, so you understand how the platform is deployed, healed and upgraded. Full BOSH release engineering and foundation deployment is a separate engagement we can scope on request.
Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch. We start with a discovery call, look at your foundation, runtimes, services and pipeline, and rebuild the module list around them.
What lab environment do we need?
Access to a Cloud Foundry foundation — yours, a vendor trial, or a small self-hosted deployment. Attendees provision and manage their own space, and we walk them through the setup.
How long does a private Cloud Foundry batch take?
Typically three to four days. Three covers push through routing and blue-green; the fourth adds broker development, security groups, autoscaling and the delivery pipeline.
Do you deliver onsite?
Yes. Private batches run onsite at your premises, live online, or hybrid. You provide the room and the engineers; we bring the trainer, agenda, labs, assessment and certificates.
What size are batches?
Private corporate batches run 8 to 30 engineers. Public Live & Interactive cohorts are capped at 10 so everyone gets time with the trainer.
Do attendees get a certificate?
Yes — every attendee receives a completion certificate, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report.
What is your refund position?
If we cancel or postpone a cohort, you receive a full refund within 15 days. There is no general money-back guarantee, and GST and gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a Cloud Foundry trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote