Red Hat OpenShift Container Platform

omnichannel customer experience
Article

Integration of API management details (Part 4)

Eric D. Schabell

This article, which is Part 4 of the series, covers details pertaining to API management and reverse proxies of a generic architectural blueprint for the omnichannel customer experience use case.

container-security
Article

Security Considerations for Container Runtimes

Daniel Walsh

Video: Security Considerations for Container Runtimes. Explains/demonstrates using Kubernetes with different security features for your container environment.

kubernetes-database
Article

Will Kubernetes slow down my database?

editorial-team

https://www.youtube.com/watch?v=k-jAzGzhMXk Lightning Talk from KubeCon 2018: How Fast Was My Database? - Josh Berkus, Red Hat I know my database will be slower on Kubernetes and cloud native storage, but HOW MUCH slower? This is a question everyone thinking of moving traditionally hosted stateful services like database to Kubernetes ask all the time. And until now, we haven't had good answers. This presentation will detail a series of microbenchmarks on PostgreSQL running on and off Kubernetes in a variety of...

operator-framework-kubecon
Article

Kubernetes Operators in Depth

David Millsaps

https://www.youtube.com/watch?v=fu7ecA2rXmc Red Hat's Diane Mueller and Sebastien Pahl dive deep on the Kubernetes Operators at KubeCon 2018. Operators will be featured in OpenShift 4 currently in beta, which you can preview here: https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it An Operator is a method of packaging, deploying and managing a Kubernetes application. A Kubernetes application is an application that is both deployed on Kubernetes and managed using the Kubernetes APIs and kubectl tooling. To be able to make the most of Kubernetes, you need a set...

kubernetes-operators
Article

Introduction to the Kubernetes Operator Framework

David Millsaps

https://www.youtube.com/watch?v=8k_ayO1VRXE Red Hat's Sebastien Pahl Explains Kubernetes Operators at KubeCon 2018. Operators will be featured in OpenShift 4 currently in beta, which you can preview here: https://www.redhat.com/en/technologies/cloud-computing/openshift/try-it An Operator is a method of packaging, deploying and managing a Kubernetes application. A Kubernetes application is an application that is both deployed on Kubernetes and managed using the Kubernetes APIs and kubectl tooling. To be able to make the most of Kubernetes, you need a set of cohesive APIs to extend in...

Red Hat OpenShift
Article

Building Java 11 and Gradle containers for OpenShift

Michael Vorburger

This article discusses a fast and easy way to get Java apps running in a cloud by using OpenShift’s Source-to-Image (S2I) builder with Maven, Gradle,or Java 11.

.NET Core
Article

Building .NET Core container images using S2I

Tom Deseyn

This article describes how to build .NET Core container images using source-to-image (S2I). The container images can be built directly from a git repository, from local sources, or from a pre-built application on, which can be useful on your development machine or as part of a CI/CD pipeline.

Writing better Spring applications using SpringFu
Article

Writing better Spring applications using SpringFu

Faisal Masood

Spring has a new way to code to and it's called Spring Functional or SpringFu. This article uses Kotlin to showcase some of the benefits--such as the ability to write cleaner, more-readable code and gain more flow control--you get from SpringFu.

red hat process automation manager
Article

Quickly try Red Hat Process Automation Manager in your cloud

Eric D. Schabell

This article describes an easy installation demo that shows how to quickly install Red Hat Process Automation Manager so you have a standard configuration to start your first business rules project.

Logos of many projects on openshift kubernetes
Article

Leveraging Kubernetes and OpenShift for automated performance tests (part 1)

Frédéric Giloux

Part 1 of a series about leveraging OpenShift or Kubernetes for automated performance tests. It provides an overview of the setup for automated performance testing using a container platform. Points to consider when executing and analyzing performance tests are covered.

red hat decision manager
Article

Quickly try Red Hat Decision Manager in your Cloud

Eric D. Schabell

Similar to my previous quick install/demo for JBoss BRMS, this article shows how to quickly run Red Hat Decision Manager in your own OpenShift cloud environment.

How to install Ansible Tower on Red Hat OpenShift
Article

How to install Ansible Tower on Red Hat OpenShift

Michele Naldini

How to set up Red Hat Ansible Tower on OpenShift and have it running as a container in minutes. Ansible Tower helps you scale IT automation, manage complex deployments, and improve productivity.

Thorntail Logo
Article

Announcing: Thorntail 2.2 General Availability

James Falkner

Thorntail is the new name for WildFly Swarm, and bundles everything you need to develop and run Thorntail and MicroProfile applications by packaging server runtime libraries with your application code and running it with java -jar.

MicroProfile
Article

Deploying MicroProfile apps on Microsoft Azure using the Azure Open Service Broker

James Falkner

This post shows how easy it is to link Java MicroProfile apps to Microsoft Azure services through the Open Service Broker for Azure. To do that, it describes the steps for reproducing a demo application, based on the popular game Minesweeper, that was presented at the recently concluded Microsoft Ignite 2018 conference in Orlando.

.NET Core
Article

Securing .NET Core on OpenShift using HTTPS

Tom Deseyn

This post describes how to secure ASP.NET Core applications on OpenShift using HTTPS for two use-cases: terminating SSL in OpenShift for public routes and terminating SSL in ASP.NET Core directly using OpenShift-generated service certificates.

Red Hat CDK
Article

Red Hat Container Development Kit 3.6 now available

Mike Guerette

Red Hat Container Development Kit (CDK) 3.6 is now available to run an OpenShift/Kubernetes cluster on your laptop for developing cloud- and container-based applications.

Kubernetes logo with text
Article

Are App Servers Dead in the Age of Kubernetes? (Part 2)

Ken Finnigan

Given Kubernetes, docker containers and service mesh, are we seeing the start of an imminent decline in the use of application servers? This article explores the use case for application servers and examines why they will continue to evolve.

Red Hat OpenShift Application Runtimes
Article

Source versus binary S2I workflows with Red Hat OpenShift Application Runtimes

Fernando Lozano

Red Hat OpenShift supports two workflows for building container images for applications: the source workflow and the binary workflow. This article compares the two workflows, describes how to use each of them, and explains which workflow to use depending on your circumstances.