Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Top Kubernetes and OpenShift resources of 2022

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

    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

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    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

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.