Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Top Kubernetes and OpenShift resources of 2022

December 6, 2022
Heiker Medina
Related topics:
CI/CDKubernetes
Related products:
Red Hat OpenShift

Share:

    The year is coming to a close, and we've rounded up some of our favorite Kubernetes and OpenShift content from 2022, including stories about microservices and container optimization, as well as top announcements.

    Don't miss the other articles in our Best of 2022 series:

    • Top Linux resources of 2022
    • Top Ansible and automation resources of 2022
    • Top cloud and app services resources of 2022

    Microservices

    Microservice architecture has become increasingly popular in addressing the shortcomings of monolithic applications, and Bob Reselman offered a three-part series to explain the foundations. The first part lays out the design principles for a microservices-oriented application (MOA), explains how companies tend to evolve to use microservices, and examines the trade-offs. In part 2, Reselman describes how to adopt microservices in your organization. The last part compares the potential drawbacks and benefits of microservices that you should consider before implementing them.

    CI/CD and GitOps

    Let’s start off with a quick overview of how Jenkins and CD relate. You'll learn how to use a Jenkinsfile to create deployments that combine CI/CD and GitOps. Many tools have new features that make it easy to automate more of the building, testing, and deployment process. Red Hat advocates then show how feature testing can be improved by automating builds and creating Kubernetes environments.

    Christian Hernandez describes the best practices you should follow to make the most of Git workflows for your GitOps deployments. You'll see how to separate your configuration from your code, how to use branches, trunk-based development workflows, and tips for setting up policies and security for your Git workflow. Meanwhile, Christian Hernandez offers some best practices for creating GitOps repositories and directory structures. Although there are no hard-and-fast rules, following the basic guidelines outlined here can help you get started.

    Looking for something hands-on? Try the Develop with GitOps learning path and use GitOps and OpenShift Pipelines to implement Kubernetes-native CI/CD to automate and manage application deployment.

    Containers

    Using Karan Singh's guide, you'll learn how to optimize Docker container images for size using a project called DockerSlim. DockerSlim will reduce your image size by up to a factor of 30 while making your containers more secure by reducing their attack surface.

    To build containers that will run in Kubernetes and Red Hat OpenShift, you have a few options. Don Schenck describes the pros and cons of each method so you can decide which approach is best for your needs.

    When you've written your first container-based application and have it running in Docker or Podman, you're ready to move to the next level. That means running multiple applications—microservices, in other words—in an orchestrated environment. Kubernetes, an open source container orchestration platform, is just such an environment, and by far the most popular one at that. Follow along with Don Schenck's guide to 101 Kubernetes developer content!

    For a hands-on experience, you can take that knowledge to:

    • Learn Kubernetes using Red Hat Developer Sandbox for OpenShift.
    • Build and deploy applications into OpenShift with the Foundations of OpenShift learning path.

    Node.js and Quarkus

    Our guide from Lucas Holmquist looks at why testing in JavaScript applications is important. You'll also learn how to measure code coverage, how to maximize your investment in testing, and what the Node.js reference architecture recommends to ensure adequate code coverage. Another part in this series, on making your Node.js applications secure, focuses on some of the key security elements that JavaScript developers should address.

    Want more hands on learning? Rohan Kumar teaches you how to create a simple Java application by using the Quarkus bootstrapping site, provision a cost-free development cluster in Red Hat OpenShift, and deploy it to OpenShift. You can also learn how to deploy a sample application in Node.js (or other languages) onto this same development cluster.

    In the first article in a two-part series from Stephen Nimmo, you'll build a solid error response model that helps API consumers reduce toil in their work. In the second, you'll learn how to exchange financial information over the FIX protocol in a Java application using the QuickFIX/J engine and Quarkus.

    Announcements

    At KubeCon North America 2022, the Podman community unveiled a new tool: Podman Desktop. This tool allows developers to install, configure, and keep their container engine up to date in a GUI.

    Serena Chechile announces new features available in the Red Hat OpenShift console in OpenShift 4.10. These include changing defaults for routes and troubleshooting misbehaving pods from the UI.

    Red Hat has announced the release of Red Hat OpenShift Dev Spaces, a new version of Red Hat CodeReady Workspaces that sports upgraded features. This article explains the major changes in this upgrade and their effects on administrators and users.

    Resources

    Our Git cheat sheet will teach you everything you need to know about Git commands for working with repositories, branches, files, and more.

    Understand common cloud native patterns and principles for designing and implementing applications on Kubernetes with this practical guide.

    Last updated: September 20, 2023

    Related Posts

    • Top Linux resources of 2022

    Recent Posts

    • Meet the Red Hat Node.js team at PowerUP 2025

    • How to use pipelines for AI/ML automation at the edge

    • What's new in network observability 1.8

    • LLM Compressor: Optimize LLMs for low-latency deployments

    • How to set up NVIDIA NIM on Red Hat OpenShift AI

    What’s up next?

    The evolution of microservices and containers in recent years significantly changed the way we design, develop, and run software. In Kubernetes Patterns, you'll learn to create cloud-native applications with Kubernetes as a runtime platform and build container images directly within the cluster.

    Get the free e-book
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue