Red Hat OpenShift

Video Thumbnail
Video

A developer's journey through DevOps

Burr Sutter +2

What does one developer's evolutionary journey have to do with Gene Kim and his book The Phoenix Project?

Spring Boot self-paced training
Article

Extending support for Spring Boot 2.1.6 and Spring Reactive

James Falkner

Red Hat Application Runtimes recently added extended support for the Spring Boot 2.1.6 runtime for Red Hat customers building Spring apps. Red Hat Application Runtimes provides application developers with a variety of application runtimes running on the Red Hat OpenShift Container Platform. Introduction to Spring Boot Spring Boot lets you create opinionated Spring-based standalone applications. The Spring Boot runtime also integrates with the OpenShift platform, allowing your services to externalize their configuration, implement health checks, provide resiliency and failover, and...

Dekorate
Article

How to use Dekorate to create Kubernetes manifests

Ioannis Kanellos

"Write once, run everywhere" is a slogan created by Sun Microsystems to illustrate the cross-platform benefits of Java. In the cloud-native world, this slogan is more accurate than ever, with virtualization and containers increasing the distance between code and hardware even further. But what does this shift mean for developers? Developers need to take care of containerizing their application and also provide a set of manifests for Kubernetes (which now tends to be a synonym of cloud). In this article...