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

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
Policy as Code

Policy as Code: Revolutionizing IT Compliance and Governance.

Policy as Code is the idea of writing code to manage and automate policies. Policy as Code arose as a natural progression from Infrastructure as Code.

January 2, 2022 · (updated February 2, 2024) · 10 min · Pradeep Loganathan
Terraform - getting started

Terraform - Getting Started

Terraform is an open source tool created by HashiCorp to define infrastructure as cod using a simple, declarative language called HCL. Terraform is used to deploy and manage infrastructure across a variety of cloud providers & virtualization platforms. It can be used to deploy infrastructure to all major cloud providers such as Azure, AWS, Digital ocean, and virtualization platforms such as VMware, Open stack, and others.

October 11, 2020 · (updated February 5, 2024) · 15 min · Pradeep Loganathan