Munilakshmi G J100daysdevops.hashnode.dev·38 minutes agoDay 26 of 100 Days : Discovering the Magic of the Cloud in DevOpsWelcome to an exciting day in your DevOps journey! 🌥️ Today, we’re stepping into the dynamic world of cloud computing—a game-changer that brings speed, flexibility, and innovation to how we build, deploy, and scale applications. By the end of this d...DiscussCloud
Denishdenish.hashnode.dev·a day agoHow I Found a Cloud That Doesn’t Make Me Cry: My Journey with QumulusAllow me to share with you my experience of how it became crystal clear to me what had I gotten myself into with my first cloud bill.😳 Like me, many of you are just budding into this new form of technology called cloud computing. I am a curious ambi...Discussqumulus
Bhavesh Yadavbhavesh070.hashnode.dev·Nov 19, 2024Understanding .yamlWhat is YAML? YAML stands for "YAML Ain't Markup Language", emphasizing that it is not meant for document markup but for configuration. It is a human-readable data serialization standard that uses indentation for structure, making it simple and int...DiscussDevops
ISAAC DIVINEisaacdivine37.hashnode.dev·Nov 19, 2024How to Host a Static Website on Azure Blob StorageHosting a static website on Azure Blob Storage is a straightforward and cost-effective way to serve static content (HTML, CSS, JavaScript, and image files) directly from a storage container. This approach is ideal for projects that don't require serv...DiscussCloud
Nan Songtech-veteran.hashnode.dev·Nov 17, 202410 Kubernetes Questions: Test Your Understanding of KubernetesHere are 10 Kubernetes, let’s check how many questions you can answer? In a two-node cluster, with one node already hosting pods and the other empty, how does Kubernetes decide where to schedule a new pod? When a containerized application runs out ...DiscussKubernetes Learning Week SeriesLearning Journey
Ikoh Sylvaikohsylva.hashnode.dev·Nov 16, 2024AWS Security Blogs and Whitepapers, Your Guide to Cloud Security KnowledgeAs organizations increasingly adopt cloud technologies, understanding and implementing robust security practices is paramount. Amazon Web Services (AWS), a leader in cloud computing, provides a wealth of resources, including blogs and whitepapers, to...Discuss·15 likesCloud
Jordan Taylorblog.justjordant.com·Nov 16, 2024Architecting for Application Requirements in AzureWhen designing applications for Azure, it's not easy to consider all the crucial factors to ensure optimal performance, reliability, and scalability. Here are some key points to keep in mind: Azure-specific architecture considerations: Leverage Azu...DiscussAzure
Nan Songtech-veteran.hashnode.dev·Nov 15, 2024Kubernetes Learning Week Series 6Kubernetes Learning Week Series 5 Kubernetes API Practical Guide https://blog.kubesimplify.com/practical-guide-to-kubernetes-api This article serves as a practical guide to understanding and using the Kubernetes API. It covers the fundamentals of ...DiscussKubernetes Learning Week SeriesKubernetes
George Ezejioforgeorgeezejiofor.com·Nov 15, 2024Implementing Blue-Green Deployment in Kubernetes with TLS Encryption Using Cert-Manager and Nginx IngressIntroduction 🌟 In modern cloud-native environments, ensuring zero-downtime deployments while maintaining robust security is critical. Blue-Green Deployment is a proven strategy that allows teams to switch traffic between different versions of an app...Discuss·1 like·34 readsTLS Certificate
Thabelo Ramabulanathab310.hashnode.dev·Nov 14, 2024🚀Linux Tip: Managing File Permissions on WSL 🚀Last week during my session of the Ops&Bytes Terraform boot camp, I ran into an interesting challenge: setting up SSH access to an EC2 instance on my Windows machine using WSL. When I tried to change file permissions for my SSH key (chmod 400 public-...DiscussLinux