Mariano GonzálezforImplementandingmarianogg9.hashnode.net·Apr 10, 2023FeaturedHelm + declaration + environments = HelmfileThere's this lame Argentinian saying: "What's the difference between Flores and Floresta?" it's kind of a dad joke and it feels like I'm now closer to that humour. Know when you read a lot about a tool that is kind of the standard but for some reaso...Discuss·24 likes·132 readsHelm
Ben OsborneforBen Osbornebenosborne.hashnode.net·Oct 2, 2022FeaturedBuilding a micro-services application with PHP, Kubernetes and SkaffoldHello World! Jump on board with me on this journey and we will learn how to setup and deploy a micro-services architecture using Kubernetes, Laravel Lumen and Skaffold. 1. Project Setup First off, let’s create an empty directory with git initialised,...Dean Oh and 2 others are discussing this3 people are discussing thisDiscuss·21 likes·439 readsskaffold
Nikhil SurekaforTECHASAANtechasaan.hashnode.net·Jan 26, 2023Kubernetes Lab- Hello World !!What is Kubernetes? Kubernetes also known as K8s. K8s [ K - First letter, 8 - count of characters between K & s (ubernete), s -> Last Letter ] It's used to manage containers. It's an open-source system for automating the deployment, scaling, and m...Sandeep Thorat and 1 other are discussing this2 people are discussing thisDiscuss·14 likes·35 readsKubernetes
Iram SheikhforIram Sheikh's blogiramsheikhdev.hashnode.net·Apr 14, 2023Minikube & Installation in window 10 step by stepMinikube: is a tool that allows users to run a single-node Kubernetes cluster on their localmachine. It is designed for developers and individuals who want to test and developKubernetes applications locally before deploying them to a production Kuber...Discuss·94 readsminikube
Mariano GonzálezforImplementandingmarianogg9.hashnode.net·Apr 10, 2023FeaturedHelm + declaration + environments = HelmfileThere's this lame Argentinian saying: "What's the difference between Flores and Floresta?" it's kind of a dad joke and it feels like I'm now closer to that humour. Know when you read a lot about a tool that is kind of the standard but for some reaso...Discuss·24 likes·132 readsHelm
Nayan TankforNayan Tank's blognayantank.hashnode.net·Apr 3, 2023What is minikube (local Kubernetes)?Minikube is an open source tool or utility that allows you to run Kubernetes, a container orchestration system, on your local machine. It creates a single node cluster inside a virtual machine (VM). It can work with different operating systems, such ...DiscussKubernetes
Akanksha GahalotforAkku's Blogakku.hashnode.net·Apr 2, 2023Integrate Prometheus with your K8s ProjectHi all, In this post, we'll see how to integrate Prometheus with our already deployed fox-game project on Kubernetes (minikube). Prometheus is an open-source systems monitoring and alerting toolkit. What it does is look for a metrics endpoint on your...Discuss·1 like·36 readsminikube
Akanksha GahalotforAkku's Blogakku.hashnode.net·Mar 27, 2023How to run your website on Kubernetes (Minikube)?Hi all, remember we built a docker image of our pet-fox game and ran it on docker using docker cli commands. In this post, we will be using that image to deploy our application on Kubernetes ( minikube ). What are the pre-requisites? Push the Docker...Discuss·59 readsKubernetes
Siddhant GuptaforSiddhant Gupta DevOps Blogssiddhantgupta.hashnode.net·Mar 25, 2023Deploy a Reddit Clone with KubernetesThis is the simple architecture we are going to follow for our deployment: Points: CI Server: t2.micro DockerHub: Create a repository Deployment Server: t2.medium Prerequisite: Install Docker on CI Server Minikube and Kubectl on Deployment Ser...Discuss·1 like·53 readsDevops
akash zadeforDevOps Worldakash-zade.hashnode.net·Mar 8, 2023Enhancing User Experience: Deploying a Reddit Clone Web App on a Kubernetes Cluster with IngressKubernetes Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, s...Discuss·5 likes·92 readsDevops
Fahad AnwarforTechDevJournalfahadanwar-1674924113750.hashnode.net·Feb 18, 2023Deploy a react app in KubernetesBe sure to check out Kubernetes Overview: Part-1 [ Basics of Kubernetes and its components] Kubernetes Overview: Part-2 [ Kubernetes Objects ] In the previous part of this series, we covered Kubernetes Objects like Pod, Deployment, Service, Ingre...Discuss·1 like·41 readsKubernetesKubernetes
Avinash ChowdaryforAvinash's Blogtheavinash.hashnode.net·Feb 11, 2023How to setup Kubernetes Cluster using MinikubeKubernetes is an open-source platform for automating deployment, scaling, and management of containerized applications. Minikube is a tool that makes it easy to run a single-node Kubernetes cluster locally, for development and testing purposes. In th...Discussminikube
Sha Md. NayeemforCloudify DevOpsnayeem.hashnode.net·Feb 2, 2023Minikube for Beginners: A Guide to a Local Kubernetes Cluster on MacOSMinikube is a tool that lets you test and develops Kubernetes applications on a single node on your local workstation. You need Minikube if you want an easy and convenient approach to test and build applications on a local Kubernetes cluster without ...Discuss·1 like·75 readsKubernetesminikube