Vinayak Salunkheyes-we-can-devops.hashnode.dev·8 hours agoDay 8: Git & GitHub Basics for DevOps Engineers.Introduction: This blog introduces Git and GitHub, explaining their utility in version control, which helps track file changes. It further discusses the advantages of distributed version control systems over centralized ones in terms of efficiency, f...Discuss·1 likeGitHub
Shahzaib SanaProopsandcloud.hashnode.dev·9 hours agoDay 32: Creating a Kubernetes Cluster and Implementing DeploymentCongratulations! on your learning on K8s on Day 31 What is deployment in K8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual ...Discuss90daysofDevOps Kubernetes
Abhay Dixitabhaydixit.hashnode.dev·10 hours agoWhy do we need Devops?Introduction In the world of software development, ensuring the efficient delivery of high-quality software is paramount. The Software Development Lifecycle (SDLC) is the roadmap that guides the development process from inception to deployment and ma...DiscussDevops
Prahlad InalaforToolMate Blogprahladinala-1679763631201.hashnode.dev·11 hours agoZabbix: Monitoring and Managing IT Infrastructure with Efficiency and PrecisionIntroduction to Zabbix Zabbix is an open-source enterprise-level monitoring tool designed to track the performance and health of IT infrastructure components. It was created by Alexei Vladishev in 2001 and has since become one of the most widely used...DiscussDevOpsZabbix
Achebe Okechukwu Peterokeybukks.hashnode.dev·11 hours agoSimplify Multi-Service Docker Access in AWS: A Guide to Load Balancing and Route53 SubdomainsDuring a recent standup meeting in my internship, a stimulating conversation arose regarding the scalability of Docker services running on a single instance. The goal was to enhance their resilience and performance by distributing them across multipl...DiscussAWS
Tara Prasad Sarangitaraps.hashnode.dev·a day agoJenkins CICDJenkins Blue Ocean is a modern user interface (UI) extension for Jenkins that provides an enhanced and user-friendly experience for visualizing, editing, and managing Continuous Integration/Continuous Deployment (CI/CD) pipelines. It aims to make it ...DiscussDevops
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·Oct 1, 2023Day22 # Managing Services with Systemd: A Comprehensive GuideSystemd is a modern init system and service manager for Linux operating systems that have largely replaced older init systems like SysVinit. It is a powerful tool for managing services, daemons, and other system resources. In this guide, we will expl...Discussmasterwithhamza
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·Oct 1, 2023Day21 # Secure Copy (SCP): Safely Transferring Files Across NetworksIn the ever-connected digital landscape, the need to transfer files securely across networks is a common requirement. Secure Copy, often abbreviated as SCP, is a powerful and secure file transfer protocol that enables users to move files between comp...Discussmasterwithhamza
Hamza Rehmanhamzarehmansheikh4.hashnode.dev·Oct 1, 2023Day20 # Secure Shell (SSH): Safeguarding Communication and Remote AccessIn an era where data is the lifeblood of the digital world, ensuring its security during transmission is paramount. Secure Shell (SSH) has emerged as a foundational technology that enables secure data sharing and remote access across the internet. In...Discussmasterwithhamza
Shahzaib SanaProopsandcloud.hashnode.dev·Oct 1, 2023Day 31: Deploying Your First Kubernetes Cluster with NginxAwesome! You learned the architecture of one of the most important tools "Kubernetes" in your previous task. What about some hands-on now? Let's read about minikube and implement k8s in our local machine What is minikube? Minikube is a tool which qu...Discuss90daysofDevOps Kubernetes