Rahul Bajaj

Blog

linux, containers, kubernetes

Rahul Bajaj

4-Minute Read

Container Build Images

OpenShift, an enterprise-ready Kubernetes platform, offers a multitude of benefits. One such advantage is the Source-to-Image (S2I) build strategy, that simplifies the process of converting source code into deployable container images. This strategy enables developers to build container images without the need to define a container file explicitly. OpenShift clones the application’s source code into a builder image that utilizes builder scripts, ultimately generating a container image…

Managing Containers with Systemd

To reduce the need for manual intervention, use systemd to manage container-based applications on a health check.

Rahul Bajaj

3-Minute Read

Systemd

Containers are inherently ephemeral, making them more difficult to manage than traditional programmes operating on virtual or bare metal servers. Container monitoring, on the other hand, is a critical capability for applications based on current microservices architectures in order to achieve maximum performance.

Recent Posts

Categories

About

I am a Site Reliability Engineer at Red Hat.