Skip to main content

OUR BEST CONTENT, DELIVERED TO YOUR INBOX

Subscribe to our Feed

Here is a preview of what you'll see in your Feed Reader / inbox.

Use https://www.redhat.com/sysadmin/rss.xml for your favorite RSS reader.

Deploy an application in Red Hat OpenShift on your laptop
Now that your environment has been set up, deploy a sample application on an OpenShift Local cluster.
rgerardi Thu, 4/20/2023 at 11:19pm
Image
Containers

"Containers" by Jim Bahn is licensed under CC BY 2.0

One of the benefits of Kubernetes is that it allows you to run your applications in the exact same way in your test environment as in your production environment. If you followed along with my first article on this topic, How to install Red Hat OpenShift Local on your laptop, you now have a local OpenShift environment.

Topics:   OpenShift   Kubernetes   Containers  
How to install Red Hat OpenShift Local on your laptop
Install Red Hat OpenShift Local on your own machine to test your work before deployment.
rgerardi Fri, 4/14/2023 at 6:53pm
Image
Containers

"Containers" by Jim Bahn is licensed under CC BY 2.0

Having a lab where you can test your application or configuration before sending it to a production environment is an invaluable resource to ensure deployments are smooth and production is stable.

Topics:   Containers  
Enabling Kubernetes self-service the operator way
Learn how operators can serve as governance tools in a multitenant setting.
gshankar Tue, 4/4/2023 at 9:24pm
Image
Colorful cubes

Image by lisa runnels from Pixabay

This article presents an approach for using a custom operator and the Operator SDK to transform a collection of YAML files into a custom resource. It outlines the steps for creating a distinctive resource CustomResource / CustomResourceDefinition that you can use to deploy a predefined set of resources, such as a particular policy, governance, or deployment.

Topics:   Kubernetes   Containers   DevOps  
How we achieved a 6-fold increase in Podman startup speed
By cutting unnecessary processes, you can realize near-real-time container startup, critical in cars and other time-sensitive applications.
Dan Walsh Mon, 4/3/2023 at 9:43pm
Image
Getting started with Ansible

Photo by Pixabay from Pexels

In August 2022, Dan Walsh (one of the authors of this article) moved out of his role as container runtimes architect at Red Hat to architect for the Red Hat Enterprise Linux (RHEL) for Edge team. Specifically, he has moved to the Red Hat In-Vehicle Operating System (RHIVOS) Containers On Wheels (COW) team.

Topics:   Containers   Podman   DevOps