Platform engineering

Platform Revolution: How Platform Engineering is Reshaping Software Development

Platform engineering is an emerging discipline that transcends traditional IT roles by bridging software development (Dev), operations (Ops), security (sec), and quality assurance (QA) into a coherent, streamlined workflow

December 13, 2023 · (updated February 9, 2024) · 15 min · Pradeep Loganathan
GitOps with ArgoCD

Gitops with Argo CD

GitOps is a methodology for continuous deployment using a Git repository as the single source of truth. Argo CD is a declarative, continuous delivery GitOps operator for kubernetes. In this post we will deploy ArgoCD to a kind cluster and deploy an application, the GitOps way.

August 22, 2022 · (updated December 16, 2023) · 9 min · Pradeep Loganathan
GitOps

From Code to Cloud : The Rise of GitOps in Automated Deployments

GitOps is a methodology for continuous deployment using a Git repository as the single source of truth. The repository contains the YAML manifests or Helm charts for the Kubernetes resources to be created. The Git repo is used to store, track and version control changes to these YAML files.

July 7, 2022 · (updated December 25, 2023) · 11 min · Pradeep Loganathan
Getting started with Tekton

Getting Started with Tekton - Fundamental Concepts

Tekton provides a cloud-native, standardized set of building blocks for CI/CD systems. It runs natively on Kubernetes and can target any platform, language, or cloud. It extends the Kubernetes API and provides custom resources to create CI/CD pipelines.

January 25, 2022 · (updated December 25, 2023) · 8 min · Pradeep Loganathan