5 tips for developing Kubernetes Operators with the new Operator SDK
Discover tips and tricks for developing Kubernetes Operators using Operator SDK 1.0 and Helm, Ansible, or Go (even if you're not a Go developer).
Discover tips and tricks for developing Kubernetes Operators using Operator SDK 1.0 and Helm, Ansible, or Go (even if you're not a Go developer).
Learn how to troubleshoot, monitor, and profile your container-based Java applications with JDK Flight Recorder, courtesy of OpenJDK 8u 262.
Discover Open Liberty 20.0.0.8's new JSON logging features that take advantage of the accessLogging logFormat attribute, and get started using them.
In this DevNation Tech Talk, we take a deep dive into Keycloak to handle open source identity and access management with modern applications and services.
A demo of Universal Base Images (UBI).
Install Apache Tomcat from a Docker image, and then use it to deploy and manage a Java web application on Red Hat OpenShift.
Check out the Open Data Hub team's plans for upcoming releases: making Kubeflow 1.0 available on Red Hat OpenShift, improving Kubeflow CI, and more.
Migrate a Spring Boot application to Quarkus, then compare startup times between the two container-based Java frameworks.
Learn how to generate a JWT token and then validate it using API calls, so Keycloak's UI is not exposed to the public.
Learn how to set up your Dev Environment with EAP, install, configure and verify EAP and build your first JBoss EAP application.
We take a deep dive into how Quarkus unifies imperative and reactive programming models and how Java developers can take advantage of it.
Learn how to manage APIs using the Red Hat Integration adapter for Istio.
Installing OpenJDK on Windows and Linux
Quarkus is a Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, crafted from the best of breed Java libraries and standards.
This article demonstrates the API-first development approach. To do this, it shows how to set up a Node.js microservice based on TypeScript by first generating an OpenAPI Specification file and then focusing only on developing the business logic. All the validations of the API are managed by oas-tools, which saves development time.
What you need to know to migrate from Oracle JDK to OpenJDK on RHEL, the impact to developers and ops teams, and solutions to potential challenges.
Learn how to configure NGINX to use Keycloak/Red Hat SSO for authentication with OAuth/OIDC for federated identity. In this setup, Keycloak will act as an authorization server in OAuth-based SSO and NGINX will be the relaying party.
This post is part of the Introduction to Eclipse Vert.x series. In the last post, we saw how this application became configurable and how we can use a random port in a test. Let’s go a bit further this time and develop a CRUD-ish / REST-ish application.
How implement a Single Sign-on (a.k.a. SSO) in your application with an easy and OpenSource project? The answers is Keycloak, further info read the article!
This book explains how to bridge one monolithic Java EE server runtime or cluster with microservice-based architectures on top of Java EE.