Ahmed Nisarahmednisarhere.hashnode.dev·Sep 5, 2023Project: Deploying Flask App with MongoDB on Kubernetes Cluster Using Kubeadm💥Introduction: In this project, we have a Flask web app 🌐 that displays the host on which it's currently running and showcases messages injected by a script.📜 For seamless functionality, it needs to be integrated with MongoDB 🍃. Now, as a DevOps ...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
Sudipa Dassudipa.hashnode.dev·May 26, 2023Kubernetes ArchitectureKubernetes work as a cluster. Kubernetes architecture is built around a master-slave model. The master will take care of everything i.e. processing, deployment, scheduling etc. Slavers will work on whatever master will allot them. All the containers ...Discuss·1 like·60 reads#2Articles1WeekChallenge
Krishna Misalkreator.hashnode.dev·May 4, 2023Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationKubeweek Challenge - Day 1 What is Kubernetes? Kubernetes (K8s) is an open-source container management platform that automates container deployment, scaling, and load balancing. It plans, executes, and manages isolated containers running on virtual/p...Discuss·10 likes·31 reads#kubeweek
Vishal Ranmalevishal-ranmale.hashnode.dev·May 2, 2023Kubernetes Workloads (Deployments, Jobs, CronJobs, etc.)Deployment A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. It seems similar to Repl...Discuss·31 readsKubernetes
Gopal Gautamgopalgtm.hashnode.dev·May 1, 2023Kubernetes Storage and Kubernetes SecurityKubernetes is an open-source container orchestration platform that enables the deployment and management of containerized applications at scale. As such, it provides many features for managing containerized workloads, including storage and security. ...Discuss·29 reads#KubeWeekChallenge
Ashutosh Mahajanashutoshamblogs.hashnode.dev·May 1, 2023Day 7: Kubernetes TroubleshootingIntroduction Kubernetes is a powerful container orchestration tool that enables developers to manage and deploy containerized applications with ease. However, like any complex system, it is not immune to errors and issues. Troubleshooting Kubernetes ...Discuss·46 readsKubernetes
Shreya Guptashreya-gupta.hashnode.dev·May 1, 2023Deploy a Flask and MongoDB Microservices Project on KubernetesKubeadm Installation To install Kubeadm you can check this blog https://shreya-gupta.hashnode.dev/kubernetes-architecture-and-components After installation of kubeadm clone the git repository of flask and mongodb microservices application Go to t...Discuss·170 readsDevops
Shreya Guptashreya-gupta.hashnode.dev·Apr 28, 2023Kubernetes Storage & Kubernetes SecurityPersistent Volumes (PV): A Persistent Volume is a piece of networked storage in a cluster that has been provisioned by an administrator or dynamically created by a StorageClass. It can be used by one or many pods, and provides durable storage that ...Discuss·38 readsDevops
Ritul Guptaritul.hashnode.dev·May 1, 2023Deploying a Flask API and MongoDB on KubernetesPrerequisites Before we get started, make sure you have the following tools and services installed and configured: 🚀 Two AWS EC2 instances with Ubuntu 20.04 LTS installed of instance type t2.medium 🚀 Setting up Kubernetes Cluster 1️⃣ Deploying the ...Discuss·10 likes·62 reads#KubeWeekChallenge