CI/CD

Kubernetes
Article

Plumbing Kubernetes CI/CD with Tekton

editorial-team +1

Learn how to combine various building blocks of Tekton to build and deploy a cloud-native application.

DevOps productiivty
Article

Easy-to-use tools are key to CI/CD success says 2019 State of DevOps Report

editorial-team

The most effective strategies for scaling DevOps and fostering productivity include easy-to-use tools and solutions that create community, according to the 2019 Accelerate State of DevOps Report . This year’s report, written by Dr. Nicole Forsgren, Dr. Dustin Smith, Jez Humble, and Jessie Frazelle, represents six years of research and data from more than 31,000 professionals and aims to better understand how the technical and cultural practices associated with DevOps affect team and organizational performance. It also explores ways to...

Full API Lifecycle diagram
Article

Full API lifecycle management: A primer

Nicolas Massé

This article describes a set of full API lifecycle management activities that can guide your API initiatives from an idea to the realization, from the inception of an API program up to management at scale throughout your whole company.

OpenShift Operator
Article

IoT edge development and deployment with containers through OpenShift: Part 1

Alessandro Arrichiello

Part 1 of a two-part series, explores techniques that enable the portability of containers across different environments.Through these techniques, you may be able to use the same language, framework, or tool used in your datacenter straight to the IoT edge, even with different CPU architectures.

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.

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.

Container-native
Article

Container-native integration testing

Raffaele Spazzoli

It can be complex to set up an end-to-end integration test infrastructure, but the process can be simplified by using an infrastructure-as-code approach. In addition, running integration tests for multiple OS/browser combinations can waste resources and time, but a container orchestrator and ephemeral workloads can help mitigate that. This article shows how to build behavior-driven development (BDD) container-native integration tests and run them in OpenShift to overcome these obstacles.