Kubernetes

Feature image for secure coding.
Article

Secure your Kubernetes deployments with eBPF

Sascha Grunert

Improve your Kubernetes apps' security with runtime checks on sensitive activities. Record seccomp profiles using the Security Profiles Operator and eBPF.

Featured image for Best of Ansible and automation 2021
Article

Ansible and automation: The best of 2021

Red Hat Developer Editorial Team

Find out which articles about Ansible, automation, CI/CD, GitOps, and API management most piqued developers' interest in 2021.

Featured image for Quarkus + Java 17
Article

Explore Java 17 language features with Quarkus

Ana-Maria Mihalceanu

Explore new language features introduced in Java 17 and learn how to optimize them in Quarkus. This tutorial offers hands-on examples to get started.

Featured image for Bring your Kubernetes workloads to the edge
Article

Remote debugging on Kubernetes using VS Code

Alberto Morgante Medina

Debug remotely by running a debugger on Kubernetes with VS Code. Install the requisite VS Code extensions and debug and rebuild iteratively with Skaffold.

secure coding - simple
Article

Anonymize data in real time with KEDA and Rook

Huamin Chen +1

Learn how to use Cloud Native Computing Foundation (CNCF) projects to anonymize data automatically and in real time for enhanced data protection and privacy.

Featured image for Best of Kubernetes and OpenShift
Article

Kubernetes and OpenShift: The best of 2021

Red Hat Developer Editorial Team

Find out the biggest news for Kubernetes and OpenShift in 2021, including OpenShift 4.8, containers, serverless apps, Node.js, Apache Kafka, CI/CD, and Quarkus.

Featured image for the Red Hat Developer roundup: November 2021
Article

Red Hat Developer roundup: Best of November 2021

Red Hat Developer Editorial Team

Red Hat Developer shares its readers' top picks of articles posted in November 2021, including two Linux updates. See the full recap at the end of this article.

Custom image for Form-based deployment in OpenShift 4.8.
Article

Change deployments on the fly in OpenShift 4.8

Don Schenck

Discover the pros and cons of the new and powerful form-based editor for changing deployments in OpenShift 4.8. Includes risks and safe user practices.

Featured image for How to design robust state machines
Article

How to design state machines for microservices

Avishay Traeger +1

Design better state machines for microservices. Learn how to use the stateswitch Go lib to organize state transition logic and APIs to expose service states.