Red Hat OpenShift Container Platform

Red Hat OpenShift
Article

Running Microsoft SQL Server on Red Hat OpenShift

Tom Deseyn

This article shows how set up Microsoft SQL Server on Red Hat OpenShift and then use SQL Server to store data for a simple ASP.NET Core application running in a container deployed on OpenShift that manages a list of contacts. It also shows how to manage SQL Server within OpenShift using SQL Operation Studio.

Red Hat Mobile Application Platform
Article

Configuring the MongoDB WiredTiger memory cache for RHMAP

Camila Macedo

If MongoDB's WiredTiger memory cache in Red Hat Mobile Application Platform (RHMAP) consumes all the memory available for a container, memory issues and Nagios alerts will occur. This article describes how to configure the WiredTiger memory cache to prevent high-usage memory issues and Nagios alerts.

Red Hat OpenShift
Article

Autoscaling the Red Hat Cache Service on OpenShift

Sebastian Łaskawiec

Using the Horizontal Pod Autoscaler to autoscale Red Hat Cache Service is a nice way to increase overall system capacity depending on the load. The autoscaler monitors the amount of memory used by the container and adds or removes Cache Service pods based on this measurement. This article provides a demo of how to use the autoscaler to autoscale Red Hat Cache Service.

Red Hat OpenShift
Article

Sabre chooses Red Hat OpenShift for cloud-native DevOps platform

Mike Guerette

Sabre recently announced it has chosen Red Hat OpenShift Container Platform to fuel its digital transformation as it exits from transaction processing on the mainframe with TPF. OpenShift will be the basis of its next-generation platform, which will include microservices, DevOps, and a multi-faceted cloud strategy, to revolutionize the travel business.

.NET Core
Article

Improving .NET Core Kestrel performance using a Linux-specific transport

Tom Deseyn

Kestrel, the web server in the .NET Core, supports replacing the network layer. This article benchmarks Kestrel’s networking layer with a Linux-specific implementation to achieve measurable performance gains compared to the out-the-box implementation.

Red Hat OpenShift
Article

How to call the OpenShift REST API from C#

Takayoshi Tanaka

In this article, I show how you can call the Red Hat OpenShift REST API from your C# code, which is useful for automating tasks. Visual Studio is used to take the REST API definition and create a library you can use in your code. Also shown is how to handle the conversion needed for the JSONpath components.

Apache Kafka on OpenShift
Article

Smart-Meter Data Processing Using Apache Kafka on OpenShift

Hugo Hiden +2

Learn how to process and aggregate huge streams of IoT data using Strimzi and Apache Kafka on Red Hat OpenShift. The data stream is processed using the Red Hat AMQ distributed streaming platform to perform aggregations in real time as data is ingested into the application.

Red Hat Fuse
Article

Contract-First API Design with Apicurio and Red Hat Fuse/Camel

Christina Lin

This article demonstrates how to implement a contract-first API design using Apicurio and Red Hat Fuse. It shows how to create an OpenAPI standard document as a contract between API providers and consumers using Apicurio and how to quickly create mock tests using Red Hat Fuse.

Red Hat OpenShift
Article

Using OpenShift to deploy .NET Core applications

Tom Deseyn

Containers are the new way of deploying applications. They are an efficient way to portably deploy applications across clouds and different OSes.This article looks at what OpenShift brings for .NET Core specifically and how OpenShift provides a DevOps platform on top of Kubernetes for building and deploying apps.

Kubernetes new application server
Article

Why Kubernetes is The New Application Server

Rafael Benevides

Kubernetes and related technologies, such as Red Hat OpenShift and Istio, provide the non-functional requirements that used to be part of an application server and the additional capabilities described in this article. Does that mean application servers are dead?

Red Hat Summit Logo
Article

Red Hat Data Grid on Three Clouds (the details behind the demo)

Sebastian Łaskawiec

Here are behind-the-scenes details on how the Red Hat Summit 2018 multi-cloud demo was configured to run Red Hat Data Grid in active-active-active mode for cross-site replication across three clouds to handle a large amount of globally routed traffic.

Red Hat Summit - Open technology built for change
Article

Red Hat Summit: Building production-ready containers

Doug Tidwell

While it's easy to get started with containers, best practices (as usual) require more forethought and planning. In this post, Scott McCarty and Ben Breard share their experience and wisdom to smooth your move into the world of containers.

Apache Kafka on OpenShift
Article

Introducing the Kafka-CDI Library

Matthias Wessendorf

See how the Kafka-CDI library can handle difficult setup tasks and make creating Kafka-powered event-driven applications for MicroProfile and Jakarta EE very easy.

Using API keys securely in your OpenShift microservices and applications
Article

Customizing an OpenShift Ansible Playbook Bundle

Alessandro Arrichiello

Learn how to create an Ansible Playbook Bundle (APB) and customize it to configure an external remote host (through SSH), explore what goes on "under the hood," and get tips for troubleshooting APBs.

Using API keys securely in your OpenShift microservices and applications
Article

Using Ansible Galaxy Roles in Ansible Playbook Bundles

Siamak Sadeghianfar

[In case you aren't following the OpenShift blog, I'm cross posting my article here because I think it will be of interest to the Red Hat Developer commnity.] The Open Service Broker API standard aims to standardize how services (cloud, third-party, on-premise, legacy, etc) are delivered to applications running on cloud platforms like OpenShift. This allows applications to consume services the exact same way no matter on which cloud platform they are deployed. The service broker pluggable architecture enables admins...

Using API keys securely in your OpenShift microservices and applications
Article

Container Testing in OpenShift with Meta Test Family

Petr Hracek

Using Meta Test Family, writing tests for containers is really easy. Container testing helps you guarantee that a container is working properly just as an RPM package would.

Apache Camel Logo
Article

Apache Camel URI completion: easy installation for Eclipse, VS Code, and OpenShift.io

Aurélien Pupier

Discoverability and ease of installation of Apache Camel tooling based on the Language Server Protocol has been improved. Manual download and installation of binaries is no longer necessary! For the Eclipse desktop IDE and the VS Code environment you can now find and install the Camel tooling directly from the marketplaces for each development environment. Camel Language Server is now also available in Red Hat OpenShift.io ! In this article, I will show you how you can install Camel tooling...

Signage for the Red Hat Summit at Moscone West in San Francisco
Article

Red Hat Summit: Functions as a Service with OpenWhisk and OpenShift

Doug Tidwell

Serverless computing (often called Functions as a Service, or FaaS) is one of the hottest emerging technologies today. The OpenWhisk project, currently in incubation at Apache, is an open-source implementation of serverless that lets you create functions that are invoked in response to events.

A Red Hat Summit sign on the streets of San Francisco
Article

Red Hat Summit: An introduction to OpenShift.io

Doug Tidwell

OpenShift.io is a cloud native set of zero-install tools for editing and debugging code, agile planning, and managing CI/CD pipelines. Installing and configuring developer tools is a major time sink; OpenShift.io takes that task out of the picture.

Develop Applications in a Hybrid World
Article

From Localhost to the Cloud: Helping Organizations Develop Applications in a Hybrid World

Harry Mower

For many developers, desktop tools are where they spend most of their time and feel most comfortable. We also recognize that developers are looking for new ways to build applications and new tools that are designed for these technologies. Developers are now using the cloud to host and manage their developer environment, and we see the tools that developers use moving to the cloud as well. In the past year, we have taken steps to broaden our portfolio of developer...

Red Hat Summit: Developing .NET Core Apps on Red Hat OpenShift
Article

Red Hat Summit: Developing .NET Core Apps on Red Hat OpenShift

Rob Terzi

At Red Hat Summit 2018, Red Hat’s John Osborne and Microsoft’s Harold Wong gave a talk: Developing .NET Core Applications on Red Hat OpenShift. .NET Core 1.0 availability for Linux was announced two years ago, but many developers still have a number of questions about the differences between .NET Framework and .NET Core.