Sowmyasowmya-mb-techblogs.hashnode.dev·Sep 21, 2023Upgrading k8s clusterHello learners, in today's blog, we will be learning about upgrading k8s clusters. 📌 The most obvious reason for a Kubernetes cluster upgrade is software ageing. We must upgrade the cluster regularly to stay up with the newest security features 📌 K...Discussk8s
Aman Awasthiamana6420.hashnode.dev·Sep 13, 2023Day 31 Task: Launching your First Kubernetes Cluster with Nginx running - 90DaysOfDevOpsWhat is minikube? Ans:- 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 bare metal. Minikube is a pared-down version of Kubernetes that gives you all the bene...Discuss·1 likeKubernetes
Rohan Balgotradevxblog.hashnode.dev·Sep 8, 2023Minikube: Easy Local Kubernetes Setup and First PodIntroduction Minikube provides a straightforward way to set up a local Kubernetes environment, allowing users to experience the power of Kubernetes without the complexities of a full-scale cluster. This guide covers the easy installation of Minikube ...DiscussKubernetes
Vedant Adhevedant04.hashnode.dev·Sep 8, 2023Kubernetes-Flask Deploy: Container Orchestration for MicroservicesIntroduction Of Project In the realm of modern container orchestration, Kubernetes emerges as a pivotal and indispensable tool, revolutionizing the deployment and management of microservice-based applications. This project endeavors to showcase the s...Discuss·1 like·28 reads#trainwithshubham #TechWithAnkush #SeekhoAurSikhao #TWSCommunityBuilders #90daysofdevops #connections #growth #community #learning #linkedin #devops #awsdevops #awscloud #awscommunity #aws #docker #dockercontainer #dockerhub #kubernetescluster #kubernetesservices #kubernetes #jenkins #ansible #ansibleautomates #linuxsystemadministration #linuxfoundation #linux #git #github #terraform #grafana #prometheus #cicd #cicdpipelines
Namrata Guptanamg.hashnode.dev·Sep 7, 2023Microservices-k8's flask-app Deployment on kubeadmSetting up Kubernetes Cluster using Kubeadm Master and Worker nodes created You can verify the same on the worker node You will see taskmaster container is running Building image of flask-app clone microservices k8's app: https://github.com/Londhe...Discuss·2 likes·59 readsMongoDB
Girdhar Kajalkajalgirdhar05.hashnode.dev·Sep 5, 2023👩💻Kubernetes Microservices Project: Deployment of MongoDB+Flask Application on K8S ClusterIn this blog, we will learn how to deploy a Flask app that communicates with a MongoDB database, containerize the app using Docker, and manage it through a Kubernetes cluster. Although it may seem complicated at first, I will break down each step of ...Discuss·8 likes·51 readsWomenWhoTech
Dinesh Jadhavdineshjadhav.hashnode.dev·Sep 5, 202350+ Commonly Used Kubectl Commands for Managing Kubernetes ClustersKubectl is a command-line utility in Kubernetes used to run commands against Kubernetes clusters. You can use it to perform a wide range of tasks, including deploying applications/microservices, viewing and managing resources, inspecting log files, a...Discuss·1 likeKubernetes
Rohan Balgotradevxblog.hashnode.dev·Sep 4, 2023Decoding Kubernetes: Unveiling its Architecture, Advantages, and Core ComponentsIntroduction Kubernetes, or K8s, is a transformative technology introduced by Google in 2014. In this beginner-friendly blog, we'll explore the core of Kubernetes, its architecture, and the pivotal role of the API Server. By the end, you'll grasp why...DiscussKubernetes
Dwaipayan Somretrinexdevops.hashnode.dev·Sep 1, 2023Demystifying Kubernetes Architecture: A Comprehensive GuideIntroduction Kubernetes, often abbreviated as K8s, has become the de facto standard for container orchestration in the world of cloud-native application development. Its ability to automate deployment, scaling, and management of containerized applica...DiscussKubernetes
Utkarsh Pathakutkarshpathak.hashnode.dev·Aug 29, 2023Seamless Surfing: Deploying the Ultimate Reddit CloneIntroduction: Step into the world of web development as we transform a Reddit-like concept into reality using Flask. Discover how Python's power combined with Flask's simplicity lets us create an interactive platform for sharing and discussing conten...DiscussAWS