Jatinjatin2231.hashnode.dev·Sep 12, 2024Day 4 of Devops - 45 Days : Automating AWS Instance Creation Using ScriptingIntroduction Manually creating AWS instances can be time-consuming and error-prone. By automating this process using scripting, you can significantly improve efficiency and reduce the risk of human error. This blog post will guide you through the ste...Discuss·1 likeDevops
Nettribe Medianettribe.hashnode.dev·Sep 12, 2024How Smart Cities are Shaping the Future of Urban Life in the PhilippinesAs the Philippines continues to urbanize rapidly, the concept of smart cities is emerging as a key solution to address the challenges posed by urban growth. A smart city integrates digital technology, data, and sustainable practices to improve infras...Discusstechnology
DevOpsheliandevopshelian.hashnode.dev·Sep 10, 2024DevOps Automation Beyond CI/CD: Exploring Infrastructure Automation, Testing, and MoreIntroduction to DevOps Automation DevOps has transformed how software is developed, deployed, and maintained by bridging the gap between development and operations teams. A key enabler of this transformation is automation. While CI/CD (Continuous Int...Discussautomation
Harsh Mangeblog.harshmange.in·Sep 10, 2024Understanding Docker Images, Containers, and NetworkingIntroduction As a software developer, you understand the importance of managing infrastructure efficiently and building robust, scalable systems. In Docker, two key concepts, images and containers, serve as the building blocks of containerized applic...DiscussMaster Docker: Basics to AdvancedDocker
Mateo Ramirez Rubiomateoramirezr.hashnode.dev·Sep 7, 2024Configuring AWS VPC, Load Balancers, and DNS for WordPress and Moodle IntegrationTable of Contents Introduction. System Architecture. Implementation and Deployment. Configuration of the VPC and Subnets. Configuration of the DNS Server. Configuration of the Load Balancer (HAProxy). Installation and Configuration of WordPr...DiscussAWS
vijayaraghavan vashudevanvjraghavanv.hashnode.dev·Sep 5, 2024Advanced Terraform Module Usage: Versioning, Nesting, and Reuse Across Environments🎯 This article, will explain in detail how to advanced concepts of working with modules, including how to manage versioning, use nested modules, and reuse modules🎯 🌈Synopsis: 🌞Understanding of Terraform modules and learn how to manage modules acr...DiscussAWS
Kunal KushwahaforKunal Kushwahatechwithkunal.com·Sep 5, 2024Comparing Orchestration ToolsI recently wrote a blog on Kestra, where I explored how it simplifies cloud-native development by streamlining workflow orchestration. After that post, many readers asked me to compare Kestra with other popular orchestration tools, such as Airflow, D...DiscussCloud
Derek Armstrongderekarmstrong.dev·Sep 4, 2024Comparing Docker.io and Snap Docker on UbuntuDocker is a game-changer for developers and DevOps folks. It lets you package applications into containers, making them super portable and easy to manage. But when it comes to installing Docker on Ubuntu, you have a couple of options: docker.io and s...Discuss👨🏻💻 Code CraftDocker
FOXHOUNDProfoxhound.the0x.dev·Sep 4, 2024FOXHOUND - DevLog 001Today, we are diving deep into a common cloud-based project that many people will encounter while learning cloud computing: a URL shortener. Although this might seem like a simple application and many do build these systems, we aim to implement a rob...Discuss·68 readsBuilding a CLI based URL ShortenerAWS
Pratyukt Writespratyukt.hashnode.dev·Aug 29, 2024Setting up a Kubernetes cluster on ubuntu serverHey there, i tried to create a kubernetes cluster and i faced some difficulties along the way. First of all i tried to create it using two laptops in our office. But the issue i faced after everything i tried still the versions of kubeadm , kubectl a...Discuss·49 readsDevops