Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·2d ago · 7 min readUnderstanding Linux Users, Root, Groups and OwnershipThe foundation of security and access control in Linux Introduction In the previous articles, we explored Linux architecture and learned how the kernel manages processes, memory, devices, and system 00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·2d ago · 8 min readLinux Kernel Explore Dive: Processes, Memory Management and System CallsUnderstanding what happens behind the scenes when Linux is running your applications. Introduction In the previous article, we explored Linux architecture and learned that the operating system can be00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·2d ago · 7 min readUnderstanding Linux Architecture: User Space, Kernel Space and HardwareA beginner-friendly journey into how Linux is structured internally Introduction When I first started working with Linux, I spent most of my time running commands, managing services, checking logs, a00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Jun 29 · 6 min readArgoCD Deep Dive – Architecture, GitOps Workflow, and Core ConceptsTraditional Approach: prerequisite: knowledge on helm knowledge on Kubernetes and its internals knowledge on ci/cd and its related tools In traditional releases we does deploy applications via 00
Kkanikasaikalyaninkanikasaikalyan.hashnode.dev·Nov 17, 2024 · 1 min readWhat-is-IAC-with-TerraformIAC allows us to manage infra with config files rather than using GUI. this allows us to bind, change and manage your infra in a safe,consistent and repetable way so that we can reuse them . Before there used to be in months (life of infra) , but n...00