Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Heroku Accelerates the Path to Cloud Native

Chris Peterson
December 06, 2024
8

Heroku Accelerates the Path to Cloud Native

A talk from re:Invent 2024. See https://blog.heroku.com/next-generation-heroku-platform for more info.

Chris Peterson

December 06, 2024
Tweet

Transcript

  1. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Heroku Accelerates the Path to Cloud Native Chris Peterson Senior Director of Product Management Heroku by Salesforce
  2. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Salesforce Forward Looking Statements This presentation contains forward-looking statements about, among other things, trend analyses and statements regarding future events, anticipated growth and industry prospects, and our strategies, expectation or plans regarding product releases and enhancements. The achievement or success of the matters covered by such forward-looking statements involves risks, uncertainties and assumptions. If any such risks or uncertainties materialize or if any of the assumptions prove incorrect, results or outcomes could differ materially from those expressed or implied by these forward-looking statements. The risks and uncertainties referred to above include those factors discussed in Salesforce's reports filed from time to time with the Securities and Exchange Commission, including, but not limited to: our ability to meet the expectations of our customers; uncertainties regarding Al technologies and its integration into our product offerings; the effect of evolving domestic and foreign government regulations; regulatory developments and regulatory investigations involving us or affecting our industry; our ability to successfully introduce new services and product features, including related to AI and Agentforce; our ability to execute our business plans; the pace of change and innovation in enterprise cloud computing services; and our ability to maintain and enhance our brands.
  3. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Agenda 01 Introduction 02 The Next Generation of Heroku 03 Resources / Pilot Signup 04 Q&A
  4. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Setting the Stage
  5. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Step 3 (really 3,000,000) Build + Deploy to Infrastructure, tools, security checks, lots of tickets… Too Many Steps and Decisions Slow Innovation THE FRICTION IN TECHNOLOGY Step 1 Ideate Step 2 Code Step 4 Launch Step 5 Scale & Manage Update, repeat
  6. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. +40% Developer Productivity & -30% DevOps Expenses Heroku's Core Values A POWERFUL PLATFORM, THAT SEAMLESSLY HANDLES THE KEY BUILDING BLOCKS Heroku Platform Infrastructure Networking Extensions DevOps Developer Experience Security & Compliance
  7. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. +40% Developer Productivity & -30% DevOps Expenses Heroku's Core Values A POWERFUL PLATFORM, THAT SEAMLESSLY HANDLES THE KEY BUILDING BLOCKS Heroku Platform Next Generation! Infrastructure Networking Extensions DevOps Developer Experience Security & Compliance
  8. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku Powers Success for Every Industry and Customer Unprecedented Scale HealthSherpa achieved exceptional efficiency with a 90% drop in latency enabling over 6 million individuals during peak enrollment periods.
  9. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku Powers Success for Every Industry and Customer Unprecedented Scale HealthSherpa achieved exceptional efficiency with a 90% drop in latency enabling over 6 million individuals during peak enrollment periods. Streamlined Experiences T-Mobile streamlined sales and service using Heroku, reducing response times by 30% and enhancing customer satisfaction by 15% through real-time data access and integration.
  10. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku Powers Success for Every Industry and Customer Exceptional Time to Value Leather Spa drove significant impact with a lean team, reducing order turnaround by over 50% and doubling online sales YoY. Unprecedented Scale HealthSherpa achieved exceptional efficiency with a 90% drop in latency enabling over 6 million individuals during peak enrollment periods. Streamlined Experiences T-Mobile streamlined sales and service using Heroku, reducing response times by 30% and enhancing customer satisfaction by 15% through real-time data access and integration.
  11. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Being opinionated frees developers to focus on value, instead of overhead Twelve-Factor Apps OPINIONATED ARCHITECTURE FOR SCALABLE, EROSION-RESISTANT APPS CODEBASE DEPENDENCIES BACKING SERVICES DISPOS- ABILITY CONCURRENCY ADMIN PROCESSES DEV & PROD PARITY LOGS CONFIG PROCESSES BUILD RELEASE RUN PORT BINDING Get involved in updating twelve-factor: https://github.com/twelve-factor/
  12. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Introducing Next Generation Heroku
  13. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Taking a Closer Look A MODERN, SECURE, AND SCALABLE KUBERNETES-BASED PLATFORM GENERATION Flexible Compute Optimize for compute, memory, or balanced workloads Cloud Native Buildpacks Open source, open standard Graviton / ARM64 Improved efficiency & every vCPU is a physical core VPC PrivateLink Expanded options for secure, private networking Native OpenTelemetry Traces, logs, metrics for all the things In-Space Builds Run your builds where you run your apps
  14. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Private Space Dev Tools CLI Language + Framework Support Heroku Buttons 12 Factor INFRASTRUCTURE Control Plane Orchestration, Metering + Telemetry Heroku Takes Care of the Platform EXTENSIONS EXTENSIONS INTERACTION DEVEX Integration Lifecycle Management Automation Configuration Provisioning Autoscaling Infrastructure Services Networking [Edge + Routing] Web Dashboard API Flow Git Ops Elements Marketplace External Integrations Salesforce Integration Heroku Connect CI/CD Buildpacks Build Pipelines Integration Tests Deployment Data Postgres, Key-Value, Kafka Runtime Compute + Networking
  15. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Private Space Dev Tools CLI, IDE Language + Framework Support Heroku Buttons 12 Factor INFRASTRUCTURE Control Plane Orchestration, Metering + Telemetry Heroku Takes Care of the Platform EXTENSIONS EXTENSIONS INTERACTION DEVEX Integration Lifecycle Management Automation Configuration Provisioning Autoscaling Infrastructure Services Networking [Edge + Routing] Web Dashboard API Flow Git Ops Elements Marketplace External Integrations Salesforce Integration Heroku Connect Events Integrations CI/CD Cloud Native Buildpacks Build Pipelines Integration Tests Deployment Data Postgres, Key-Value, Kafka AI Inference, Agents Runtime K8s Compute + Networking Next Generation!
  16. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku: Rebased as Cloud-Native Maybe it's not really that easy for Heroku to rebase onto Kubernetes, but it should be that easy for you! $ heroku platform:rebase --keep-experience > Warning: platform:rebase is not a heroku command.
  17. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku: Cloud-Native Buildpacks $ heroku spaces:create --space k8s-space –team demo-team - -generation fir > Creating space k8s-space in team demo-team... done $ heroku apps:create demo-app --stack cnb --space k8s-space > Creating ⬢ demo-app in space k8s-space... done, stack is cnb $ git push heroku main
  18. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku: OpenTelemetry $ heroku telemetry:add --app demo-app --endpoint https://user:[email protected]/logs > Creating OpenTelemetry drain for demo-app... done Optionally filter by signal type: log, trace, or metric
  19. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Fir is a platform about bringing Cloud Native to everyone and is built to be the foundation for Heroku in the next decade and beyond. - Terence Lee, Heroku Architect
  20. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Heroku + .NET A FIRST-CLASS .NET EXPERIENCE FOR A WORLD-CLASS PLATFORM Beta Today! GA Q1 2025 Effortless Developer Experience As simple as git push heroku main Welcoming an Entire Ecosystem Seamless support for the languages, tools and frameworks .NET developers know and love: From C# to F#, NuGet, ASP.NET Core, Blazor, and beyond We’ve Got Your Back Our support and engineering teams are here to help identify, recommend and develop elegant solutions
  21. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Managed Inference and Agents ELEGANT ACCESS TO AI AND AGENT CAPABILITIES IN HEROKU APPLICATIONS AI Models Anthropic LLMs, Cohere embedding models, and Stability image models, evolving quickly Agentic Compute Execute AI-driven code and logic within Heroku dynos to compose agents and applications AI Tools Enable AI Agents to securely access and plan with databases, APIs, web resources, and compute tools ▶ Heroku AI Roadmap • Managed Inference and Agents • AI Dynos • AI Workflows • AI Ecosystem • Platform AI Enhancements GA Q1 2025 Pilot Today!
  22. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Visit Heroku at the Salesforce Booth Next Steps Booth #740 Compute Innovation for Any Application, Anywhere Tues Dec 3, 2:30-3:30pm PST Keynote with Heroku CTO, Gail Frederick Share your feedback on the Heroku Public Roadmap https://sforce.co/heroku-roadmap
  23. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Ready to Join Us? Get Started with .NET on Heroku now! Sign Up for the Managed Inference Pilot BE PART OF HEROKU’S NEXT CHAPTER Get Ready for the Next- Gen Heroku Fir Pilot
  24. © 2024, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Thank you! © 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved. Please complete the session survey in the mobile app