Shadab GokakforShadab Gokak's team blogshadab11.hashnode.dev路an hour agoDAY 16 : Docker for DevOps EngineersIntroduction : Docker is a critical tool for DevOps engineers, streamlining application deployment and collaboration. It packages apps and dependencies into portable containers, ensuring consistency across environments. Containers offer isolation,...DiscussDevops
Shahzaib SanaProopsandcloud.hashnode.dev路an hour agoDay 27: Utilizing Docker in Jenkins Declarative PipelinesDay 26 was all about a Declarative pipeline, now it is time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your Docker Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage bloc...Discuss90daysofDevOps Jenkins
Ajit Fawadeblog.ajitfawade.com路18 hours agoMastering Namespaces and Services in Kubernetes | Day 33 of 90 Days of DevOpsWelcome to Day 33 of 90 Days of DevOps. Today, we will learn how to master Namespaces and Services in Kubernetes, two important concepts that help us organize and expose our applications in a cluster. We will also deploy a sample Nginx web server wit...Discuss路20 likes路28 reads90DaysOfDevOpsDevops
Rohan Balgotradevxblog.hashnode.dev路3 hours agoAWS EC2 Basics: Account setupIntroduction This guide takes you through every step, from setting up your account to launching your first instance successfully. Gain hands-on experience and unlock the full potential of Amazon Web Services on your journey to cloud proficiency. AWS ...Discuss2Articles1Week
Sahil Kamblesahilkamble.hashnode.dev路4 hours agoDay - 23 : Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently to the...DiscussJenkins
Bakul Warikoobwarikoo.hashnode.dev路5 hours agoDocker: Architecture and more...Hi everyone! Welcome back to the Docker series. Today, we are going to cover the architecture of Docker. Also, we are going to see how we can install and set up Docker in an Ubuntu instance. Are you ready? Let's go!! Architecture Docker makes use of...DiscussDocker
aniket raj vermaaniketrvblog.hashnode.dev路5 hours ago#Day6 AWS & DevOps Challenge : Understanding Storage Management in Linux: Partitions, File Systems, and Storage TypesIntroduction Managing storage in a Linux system involves several important tasks, including partitioning, formatting, and mounting storage devices. Additionally, understanding various storage types and partitioning schemes such as MBR and GPT is esse...DiscussWeMakeDevs
Prasad Suman Mohan blog.prasadsuman.me路6 hours agoPrometheus Metrics with PromQL: Harnessing the Power of Histograms and Gauges 馃搱馃攳Introduction: Prometheus is a stalwart in the world of monitoring and observability, and its query language, PromQL, offers a plethora of capabilities. In this blog, we dive deep into two essential Prometheus metric types - histograms and gauges. You...Discuss路10 likesTrainWithShubham
Tara Prasad Sarangitaraps.hashnode.dev路6 hours agoAnsible 3: Practice LABSetup Hosts File Question. Create an Ansible file called /root/hosts with the hosts in your network. servers: controlplane node01 Solution. You may use ini or yaml format for ansible hosts files Add this to file /root/hosts ini [servers] con...Discussansible
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev路7 hours agoAWS Important interview Questions & AnswersName 5 aws services you have used and what's the use cases? Amazon EC2 (Elastic Compute Cloud): Use Cases: Running virtual servers in the cloud. Hosting web applications. Running large scale batch processing. Running backend servers for mobile,...DiscussAWS