In Kubernetes, Pods are the single deployable units. If an application is to be deployed, it must be so in a Pod as a container. Learn how to use multi-container pods.
Learn how to control OAuth in a load-balanced application. This post shows how to manage sessions for a simple load-balanced application that uses OAuth 2.0.
In this tutorial, we'll see how to deploy a trained transformer model on Huggingface, store it on S3 and get predictions using AWS lambda without server infrastructure.
In this post, I demonstrate how I've implemented an instance of Red Hat Single Sign-on (RHSSO) with an external MySQL database on Openshift version 4.8.
Do you know when you install Git Bash on Windows what exactly you are installing? Git or Bash? In this article, learn what you need to know about Git Bash.
GKE is excellent for automatic management and monitoring of application containers. In this post, we'll look at GKE’s salient features and its implementation advantages.
JSON log parsing is important for the application to create a custom index in Elasticsearch. Learn here how to enable JSON logging on Red Hat OpenShift 4.
This article contains a series of top 8 recommended books to improve your programming skills. Each book is an addition to a developer's skills and an interesting read. From concurrency, design patterns, refactoring, and microservices this list covers it all.
Learn about container lifecycle events and hooks with a deployment example comprising a main Kubernetes container running NGINX and a sidecar container running busybox.