Amit Mauryaamitmaurya.hashnode.dev·Nov 16, 2024End-to-End DevOps for a Golang Web App: Docker, EKS, AWS CI/CDIn this article, we are going to learn how to deploy Golang application end to end with on AWS EKS (Elastic Kubernetes Service) with AWS CI/CD. This will enhance your skills and you can add this project in your resume. Before heading to Introduction ...DiscussDevOps ProjectsDevops
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024DevOps vs SREDevOps (Development and Operations) and SRE (Site Reliability Engineering) are two approaches that aim to improve software development, deployment, and operations processes. While they share some common goals, they have distinct focuses and practices...DiscussDevops
Nitish TiwariforParseableparseable-blog.hashnode.dev·Nov 6, 2024Wrangle log data in cli with pbWe released pb, a modern, fast and intuitive CLI for log management couple of months ago. pb is built for developers who like the comfort of their terminal. Log data is primarily textual, and hence it was important that pb is pluggable via the linux ...Discuss·29 readsSRE
Subhanshu Mohan Guptablogs.subhanshumg.com·Oct 29, 2024Accelerating Deployment Velocity: Reducing Build Times and Image Sizes in KubernetesIntroduction Welcome to the final part of my Kubernetes CI/CD optimization series!So far, we’ve covered the essentials of Kubernetes deployment, container image optimization, and strategies for speeding up CI/CD cycles. In this article, we’ll put eve...Discuss·10 likes·45 readsMastering Kubernetes: Revolutionizing Cloud-Native OperationsKaniko
Shubham PareekforPltOpspareekplatform.hashnode.dev·Oct 29, 2024Some of the less-known ping types you should knowNormal Ping output: > ping 192.168.0.120 PING 192.168.0.120 (192.168.0.100): 56 data bytes 64 bytes from 192.168.0.120: icmp_seq=0 ttl=64 time=0.047 ms 64 bytes from 192.168.0.120: icmp_seq=1 ttl=64 time=0.056 ms 64 bytes from 192.168.0.120: icmp...DiscussLinux
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Oct 27, 2024VPC Tutorial #4 : How to set-up VPC Peering a step-by-step guide!!In this article we are going to set-up VPC peering between two different regions ie. us-east-1 and ap-south-1. You can follow this article make some changes if you want to create peering between same regions or with different accounts too!! What is I...Discuss·10 likesVPC and its usecasesAWS
Sairamsairamxdev.hashnode.dev·Oct 26, 2024DevOpsDay 29 of DevOps learning 🚀 :1. Terraform BasicsWhy Terraform? It’s a powerful, multi-cloud IaaC tool that uses a consistent syntax across AWS, Azure, and more, making infrastructure automation efficient and repeatable.2. CloudFormation and ARM Temp...DiscussDevops
Sairamsairamxdev.hashnode.dev·Oct 22, 2024DevOpsDay 28 of DevOps learning 🚀 : As part of my DevOps journey, I recently delved into Kubernetes Ingress and its role in managing external access to services in a Kubernetes cluster. What is Ingress? Ingress is an API object that provides a way to expo...DiscussDevops
Sairamsairamxdev.hashnode.dev·Oct 21, 2024DevOpsI have implemented several Bash scripts and explored the Jira portal, gaining hands-on experience in scripting automation and project management. These skills are helping me streamline tasks and better manage workflows.DiscussDevops
Pronomita Deypronomitadey-devops.hashnode.dev·Oct 21, 2024The 12-Factor AppA quick stroll down long-term memory lane - The 12 Factor App! This revision happened while going through my grad project and then I ended up reading some Heroku docs 🗞 1️⃣ Have a dedicated Codebase for each of your applications/microservices2️⃣...DiscussDevops