Abhishek Bhagat.abhi1407.hashnode.dev·Nov 24, 2023Set up your EKS cluster like this.Elastic Kubernetes Service (EKS) is the Kubernetes service managed by AWS. It is a managed service that helps simplify the deployment, management, and scaling of the Kubernetes cluster on the AWS cloud platform. It provides seamless integration with ...Discuss·10 likesEKS
Bhaktiben Kadiyabhaktidevopsdiary.hashnode.dev·Nov 22, 2023Kubernetes: The Backbone of Container OrchestrationKubernetes, It is a container Orchestration technology used to orchestrate the deployment and management of 100s and 1000s of containers in a clustered environment. Nodes: The Foundation of Kubernetes A node, whether physical or virtual, serves as th...Discuss·34 readsDevOpsKubernetes
Azizul maqsudazizulmaqsud-1684501031000.hashnode.dev·Oct 6, 2023Kubernetes workloads: A Quick StudyKubernetes workloads refer to the applications, services, and processes that you deploy and manage on a Kubernetes cluster. Kubernetes provides a flexible and powerful platform for running containerized workloads, allowing you to orchestrate, scale, ...DiscussKubernetes
Chirag Kukrejadevopswala.hashnode.dev·Sep 17, 2023What is Ansible?Ansible is an open-source IT configuration Management, Deployment and orchestration tool. It aims to provide large productivity gains to a wide variety of automation challenges. Ansible History Michael Dehaan developed Ansible and the Ansible projec...Discussansible
DevLogsrdev.hashnode.dev·Sep 5, 2023Unlocking the Secrets of Kubernetes: Dive into Container Orchestration with Interview Questions1. What is Kubernetes and why it is important⁉️ Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It's important for several reasons: Container Orches...Discuss·42 readsKubernetesKubernetes
Amey Sangareamey04.hashnode.dev·Sep 3, 2023🕸️Deploying Microservices & Reddit using KubernetesPre-requisites The following pre-requisites need to be installed before we can start the Kubernetes Project: Ubuntu OS (Xenial or later) sudo privileges Internet access t2.medium instance type or higher Kubeadm Installation Execute the below co...Discuss·2 likes·39 readsk8s
Abhishek Bhagat.abhi1407.hashnode.dev·Aug 29, 2023Build Kubernetes Cluster with Kubeadm: A Step-by-Step Guide for BeginnersIn this blog, I'm going to cover a Step-by-step guide to set up a Kubernetes cluster with both master node and worker node, get ready to make your deployment production-friendly. What is kubeadm? Kubeadm is a command-line tool specifically designed f...Discuss·34 readsKubernetes
Milan Jovanovićmilanjovanovic.hashnode.dev·Aug 26, 2023Orchestration vs ChoreographyMore than 63%+ of organizations said in a Dzone survey that they are adopting Microservices for some or all of their applications. As more businesses adopt the use of Microservice architectures, we as developers have to become more skilled with Micro...DiscussOrchestration
Smritismritisatyan.hashnode.dev·Aug 19, 2023‘Hello World’ in FlyteIn my previous article on Flyte, I listed out the salient features of Flyte, which can help you decide if Flyte is the right orchestration platform for you. In this article, you will understand how tasks and workflows in Flyte can be used to implemen...Discussmlops
Peter Ibeabuchipeteribeabuchi.hashnode.dev·Jul 25, 2023Airflow vs Kestra: Choosing the best workflow toolIntroduction Choosing the right orchestrator to manage your workflow can be challenging, as you want a tool that best works for your business. Apache Airflow and Kestra are two powerful orchestrators for managing workflows and data pipelines. You are...Discuss·29 readsData Science