Anirudha Deshmukhanirudha11.hashnode.dev·Apr 8, 2024Mastering Docker: A Comprehensive Cheat Sheet for DevOps Success #90DaysOfDevopsRegistry & Repository ✷ Install Docker on Linux: sudo apt install docker.io (ubuntu) sudo yum install docker (centos) ❊docker login: To log in to a registry. ❋docker logout: To log out from a registry. ✺docker version: To know the version of a dock...DiscussDevops
SIVAPRAKASH Ssivaprakash-s.hashnode.dev·Aug 2, 2023Create Kubernetes Cluster In Aws Using KopsIntroduction: Kubernetes has become the de facto standard for container orchestration, providing a scalable and resilient platform for deploying and managing containerized applications. Kops (Kubernetes Operations) is a powerful tool that simplifies ...Discuss·4 likes·38 readsk8s
Kamalesh Ranadevopslearningup.hashnode.dev·Apr 26, 2023Day 2 - Kubernetes Networking.Kubernetes Networking: Ingress, Network Policies, DNS, CNI Plugins Moving from physical networks using switches, routers, and ethernet cables to virtual networks using software-defined networks (SDN) and virtual interfaces involves a slight learning ...Discuss#aws #devops #kubernetes #docker #github #terrform