filmov
tv
How To Deploy Spring Boot To Production Kubernetes In Seconds | VMware Tanzu
Показать описание
Deploying your Spring Boot (Java) project into production can be a hassle. To run apps in production safely, there's a whole bunch of testing and certification to be done. You have to build and test your source code. Check for security vulnerabilities. Create container images and bill-of-materials for your software (SBOM). Store those images for safekeeping and future auditing. Not to mention physically accessing your Kubernetes clusters and configuring them to run your application. And we haven't even mentioned networking and routing yet!
As a developer, all this friction can slow you down. What you need is a secure software supply chain to take the strain! In this video, @BenWilcock (Twitter's @benbravo73) will show you how to deploy your Spring Boot (Java) applications using a secure software supply chain. He'll also talk about what's in this supply chain, how it was built, and how its modularity allows for flexibility and customization as your needs inevitably change.
Chapters:
00:00 Deploying The Spring Boot (Java) Application To Production
00:39 What Is Production?
01:07 How Does Code Get To Production?
01:24 The Secure Software Supply Chain
02:28 Modularity, Flexibility & Programming Language Support
03:20 How Do You Build A Kubernetes Supply Chain?
03:35 Challenges With The DIY Kubernetes Approach
04:16 Is there an Easier Way?
05:17 Testing Our Spring Boot Application
05:53 Inspecting The Supply Chain Results