Rajendra Patilrajendrapatil9949.hashnode.dev路Sep 9, 2024#90DaysOfDevops | Day 31What is minikube?Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits of...Discuss#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev路Aug 6, 2024Amazon FSx Explained: Everything You Need to KnowAmazon FSx is a fully managed file storage service provided by Amazon Web Services (AWS), designed to simplify the deployment and management of file systems in the cloud. It offers scalable, high-performance file storage that integrates seamlessly wi...Discuss#day31
Prathmesh Vibhuteprathmeshh.hashnode.dev路Apr 6, 2024Day 31 : Launching your First Kubernetes Cluster with Nginx runningWelcome to the world of Kubernetes! In this blog post, we'll guide you through the process of launching your first Kubernetes cluster using Minikube and deploying an Nginx web server on it. Whether you're new to containers or looking to explore edge ...Discuss路35 reads#day31
Siri Chandanairis1919.hashnode.dev路Nov 4, 2023Day31-Launching your First Kubernetes Cluster with Nginx runningAwesome! You learned the architecture of one of the most important tools "Kubernetes" in your previous task. What is minikube? Minikube is a tool in Kubernetes that allows developers to run a single-node Kubernetes cluster on their local machine. It ...Discuss#90daysofdevops chanllenge
Lokesh Kumarlearnwithlokesh.hashnode.dev路Oct 16, 2023Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningWhat is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits o...Discuss#90daysofdevops
Ajay Giteajaygite.hashnode.dev路Oct 11, 2023Launching your first Kubernetes cluster with Nginx runningWhat is Minikube? Minikube is a tool that quickly sets up a local K8s cluster on any OS. It can deploy as a VM, a container, or on bare metal. Minikube is a pared-down version of K8s that gives you all the benefits of K8s with a lot less effort. This...Discusskubernetescluster
Gopal Gautamgopalgtm.hashnode.dev路Sep 7, 2023Day 31 Task: Launching your First Kubernetes Cluster with Nginx running馃敼What is minikube? Minikube is an open-source tool designed to enable developers and Kubernetes enthusiasts to run a single-node Kubernetes cluster on their local machines. It's a lightweight and easy-to-use solution that helps simplify Kubernetes d...Discuss#day31
Amit Pawaravp23.hashnode.dev路Sep 4, 2023Day 31- 90DaysOfDevOpsHey Learners! Welcome back. In the previous task, we learned about the architecture of the most interesting and important tool K8s. It's time to dig deeper and create our first Pod on local. Let's started What is Minikube? Minikube is a tool that qui...Discuss路47 reads#day31
Dhwarika Jhadwarkajha.hashnode.dev路May 18, 2023Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s In Kubernetes (also known as K8s), deployment refers to the process of creating and managing a set of identical application instances, called pods, across a cluster of machines. It is a higher-level abstraction that provide...Discuss路62 readsKubernetes
Dhwarika Jhadwarkajha.hashnode.dev路May 16, 2023Launching your First Kubernetes Cluster with Nginx runningAwesome! You learned the architecture of one of the top most important tools "Kubernetes" What is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on ba...Discuss路119 readsminikube