Tobias SchmidtforAWS Fundamentalsblog.awsfundamentals.com·6 hours agoAWS Step Functions: Standard vs. Express ExplainedAWS Step Functions is an amazing orchestration service that enables you to design and manage complex workflows by coordinating various AWS services. It simplifies building and running multi-step applications and ensures that each step happens in the ...Discussaws stepfunctions
Subhanshu Mohan Guptablogs.subhanshumg.com·Sep 7, 2024Decentralized Orchestration with Smart Contracts in DevSecOps: Automating and Securing the Deployment PipelineIntroduction As DevSecOps evolves, the need for secure, automated, and efficient deployment pipelines has become critical. Traditional orchestration methods rely on centralized controllers, which are prone to single points of failure and potential se...Discuss·20 likes·38 readsDevSecOps
DevOpsheliandevopshelian.hashnode.dev·Sep 1, 2024Dive into Kubernetes NetworkingKubernetes networking is a complex but crucial aspect of running applications on Kubernetes. Understanding how networking works in Kubernetes is key to ensuring that your services can communicate effectively within the cluster, and with the outside w...DiscussKubernetes
Shaileshshaileshpashte.hashnode.dev·Aug 31, 2024Docker and Amazon ECS Introduction: Orchestrating Containers in the CloudIntroduction Containerization has revolutionized the way applications are developed, deployed, and managed. Docker, one of the most popular container platforms, enables developers to package applications and their dependencies into a standardized uni...DiscussAWS
Dinesh Kumar Kblog.dineshcloud.in·Aug 30, 2024Kubernetes - PodsKubernetes Pods are the smallest and most fundamental units in the Kubernetes object model that you can create or deploy. A pod represents a single instance of a running process in your cluster. In this guide, we'll explore the different aspects of c...DiscussDevOpsKubernetes
Aniket Purohitaniketpurohit.hashnode.dev·Aug 30, 2024Exploring Kubernetes Worker Nodes: A Simple GuideExploring Kubernetes Worker Nodes: A Simple Guide Welcome to our friendly guide on Kubernetes worker nodes! Think of Kubernetes as a big, organized city where each worker node plays a key role. Let’s break down the essential components of a worker no...DiscussKubernetes
Lucas Vera Toroblog.lucasdev.info·Aug 26, 2024Navigating Post-Payment: AWS Step Functions for E-Commerce(Originally posted on the Serverless Guru blog at https://www.serverlessguru.com/blog/navigating-post-payment-aws-step-functions-for-e-commerce-excellence) Introduction In a typical e-commerce application, a user browses through a catalog of products...DiscussAWS - ServerlessAWS
Yash DugriyalforDevOps Diariesdockerinsights.hashnode.dev·Aug 25, 2024What is Docker? A Beginner's Guide to Understanding ContainersLet's get to know about some terms first before diving deep into docker. HyperVisor and Virtual Machines software which is responsible (using which we can) to make virtual servers(machines) on top of the physical servers.Also known as virtual machine...DiscussDocker
Priyan Jimpriyanj.hashnode.dev·Aug 21, 2024StartersA node may be a VM or physical machine, depending on the cluster. The scheduler distributes work or containers across multiple nodes. Have a good understanding of YAML files and when to use them: List, dictionary, List of Dictionaries. Pods k...DiscussLearning K8sKubernetes
Ojas Hitendra Jawaleojasj45.hashnode.dev·Aug 19, 2024Mastering ConfigMaps and Secrets in KubernetesConfigMaps in Kubernetes A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows ...Discuss·26 reads#90daysofdevops