PostgreSQL Architecture
Admin Guide
Search for a command to run...
Admin Guide
When running PostgreSQL in production, taking backups is one of the most critical responsibilities of a DBA or DevOps engineer. Without a proper backup and restore strategy, you risk data loss, corruption, and sleepless nights. PostgreSQL offers two ...
Introduction Today, I explored how Docker Daemon (dockerd), Docker Socket (docker.socket), and Container Runtime (containerd) interact. I also tested what happens when stopping Docker services and learned some interesting behaviors. Let's dive into i...
From Initialization to Commit Management and File Reversion Techniques
1. Understanding Key Concepts Persistent Volumes (PV) A Persistent Volume (PV) is a piece of storage in the Kubernetes cluster that has been provisioned either statically or dynamically. It is a cluster-wide resource that abstracts the underlying ph...
What is Storage? Storage refers to the components, devices, and systems that allow data to be saved and retrieved. With the explosive growth of digital data, choosing the right type of storage is essential for both businesses and individuals. Storage...
In-depth discussion on how storage works along with hands-on
Ansible Installation on ubuntu [LINK] Follow the link Window as Ansible Client Step1: Create Certificate New-SelfSignedCertificate -DnsName "DNS Name" -CertStoreLocation Cert:\LocalMachine\My STEP2: Create HTTPS Listener winrm create winrm/config/Li...
Part - 2