Pranit Kolamkarkpranit.hashnode.dev路Aug 7, 2024Amazon FSx for Lustre: Quick Guide and BenefitsAmazon FSx for Lustre is a high-performance file system service provided by Amazon Web Services (AWS), designed specifically for compute-intensive workloads such as machine learning, high-performance computing (HPC), and big data analytics. It provid...day32
Prathmesh Vibhuteprathmeshh.hashnode.dev路Apr 9, 2024Day 33 : Working with Namespaces and Services in KubernetesKubernetes has revolutionized the way we deploy, manage, and scale containerized applications. Among its many powerful features are Namespaces and Services, which play crucial roles in organizing and exposing resources within a Kubernetes cluster. Le...Devops
Prathmesh Vibhuteprathmeshh.hashnode.dev路Apr 8, 2024Day 32 : Launching your Kubernetes Cluster with DeploymentIn the dynamic world of container orchestration, Kubernetes has emerged as a powerhouse, providing developers with a robust platform to manage their containerized applications efficiently. One of the key concepts in Kubernetes is Deployment, which pl...Devops
Siri Chandanairis1919.hashnode.dev路Jan 17, 2024Day32-Launching your Kubernetes Cluster with Deployment/90Days of DevOps ChallengeWhat is Deployment in K8s? In Kubernetes (K8s), deployment is an object that provides declarative updates and management for your application containers. It is one of the core resources in Kubernetes and is used to define the desired state of your ap...2Articles1Week
Unnati Guptadevunnatig.hashnode.dev路Dec 20, 2023Launching your Kubernetes Cluster with Deployment#90daysofdevopschallenge #day32 Previous_Blog: https://devunnatig.hashnode.dev/launching-your-first-kubernetes-cluster-with-nginx-running What is Deployment in k8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You desc...Kubernetes
Ajay Giteajaygite.hashnode.dev路Oct 26, 2023Launching Your Kubernetes Cluster With DeploymentWhat is Deployment in k8s In Kubernetes (K8s), a Deployment is a resource object that provides declarative updates to applications. It allows you to describe an application's life cycle, such as which images to use for the app, the number of replicas...31 readsday32
Gopal Gautamgopalgtm.hashnode.dev路Sep 8, 2023Day 32 Task: Launching your Kubernetes Cluster with Deployment馃敼What is Deployment in k8s In Kubernetes (K8s), a Deployment is a resource object that provides declarative updates to applications. It allows you to describe an application's life cycle, such as which images to use for the app, the number of replic...27 readsday32
Amit Pawaravp23.hashnode.dev路Sep 5, 2023Day 32- 90DaysOfDevOpsHey Learners! Welcome back. In the previous challenge, we set up Minikube and ran the Nginx pod with the help of Minikube. Moving forward we'll dig deeper with the Deployment concept in K8s. Let's started What is Deployment in K8s? A Deployment is an...1 like路37 readsday32