Chandra Prakash Reddydevopstour.hashnode.dev·Dec 3, 2024Building the future of cloud operations at any scaleThe VP of Search, Observability & Cloud Operations, Nandini Ramani, gave a presentation at re:Invent 2024 that included important information about how AWS is influencing cloud operations going forward. To assist you improve the agility, efficiency, ...Discuss·5 likesAWS Conferences Tour#AWSSystemsManager
Jatin Shastrijatinshastri.hashnode.dev·Nov 11, 2024A Comprehensive Guide to AWS Step Functions: Orchestrating Workflows with EaseAWS Step Functions is a managed service that simplifies the coordination of serverless workflows and applications. With a clear visual interface, it allows developers to create, manage, and scale workflows, integrating AWS services seamlessly without...Discuss·10 likesAWS
Jatin Shastrijatinshastri.hashnode.dev·Nov 7, 2024Introduction to AWS Monitoring and LoggingIn this blog I will tell you how you can host a static web application on AWS S3. Here’s a step-by-step guide to help you set it up: Step 1: Create an S3 Bucket 1. Log in to the AWS Management Console.2. Navigate to the S3 service.3. Click on "Create...Discuss·10 likesAWS
jinal pateldeeplearning-devops.hashnode.dev·Oct 12, 2024Mastering DevOps: A Comprehensive Beginner's GuideIntroduction This is how I navigate my journey in the field of DevOps. For individuals with a background in computer science, the transition into DevOps can be more seamless and intuitive. This is because they already possess a foundational understan...DiscussDevops
Vijay Patilvijayblogs.hashnode.dev·Sep 21, 2024Docker : The beginningBackground and Pain Points: In traditional way of building the code and deploying , a developer used to deploy the code after building it in dev environment and if it works there the same code is deployed to test environment and if code works there ...Discuss·66 readsDocker
Prabhat Chouhanprabhatchouhan.hashnode.dev·Sep 7, 2024Understanding and Managing OOM (Out of Memory) EventsSunday, 8th September 2024 In today's fast-paced IT environments, ensuring a server’s availability and stability is critical, especially when handling resource-intensive applications and services. One of the most disruptive issues in server managemen...Discuss·58 readsDevops
Shivam Gautamshivamgautam.hashnode.dev·Aug 21, 2024How to Upgrade a Multi-Node Kubernetes Cluster: Day 34 of 40DaysOfKubernetesIntroduction Upgrading your Kubernetes cluster is essential for ensuring security, stability, and access to the latest features. New releases bring critical fixes, performance improvements, and compatibility with evolving tools, helping to keep your ...Discuss·49 reads40daysofkubernetes#40daysofkubernetes
Shivam Gautamshivamgautam.hashnode.dev·Aug 18, 2024Kubernetes Networking : Day 32 of 40daysofkubernetesIntroduction Networking is a fundamental aspect of Kubernetes, though it can be complex to understand fully. Kubernetes addresses four main networking challenges: Container-to-Container Communication: Managed by Pods, which enable containers within ...Discuss·85 reads40daysofkubernetesKubernetes-networking
Shivam Gautamshivamgautam.hashnode.dev·Aug 17, 2024CoreDNS in Kubernetes : Day 30/31 of 40daysofkubernetesIntroduction In a Kubernetes cluster, services and pods often need to communicate with each other. This requires reliable and efficient name resolution to convert service names into IP addresses. Without an effective DNS service, managing network tra...Discuss·1 like·36 reads40daysofkubernetesKubernetes
Shivam Gautamshivamgautam.hashnode.dev·Aug 16, 2024Kubernetes Volume Explained : Day 29 of 40daysofkubernetesIntroduction In our previous blog, we delved into Docker Volumes. Now, it's time to explore Kubernetes Volumes. In a Kubernetes environment, managing data persistence is crucial, especially for stateful applications. By default, the lifecycle of a Po...Discuss40daysofkubernetes#kubernetesvolume