Introduction to HTML-day1What is HTML? HTML stands for Hyper Text Markup Language HTML is the standard markup language for creating Web pages HTML describes the structure of a Web page HTML consists of a series of elements HTML elements tell the browser how to display t...Aug 14, 2023·3 min read·43
Deploying a Flask API and MongoDB on KubernetesKubernetes is a powerful container orchestration platform that allows you to deploy and manage complex applications at scale. In this tutorial, we'll walk through the process of setting up a Kubernetes cluster on AWS EC2, deploying a Flask API and a ...May 2, 2023·11 min read·256
#KubeWeek Day7 -Kubernetes Troubleshooting☸ Kubectl Commands Kubernetes provides several troubleshooting tools and commands that can help you diagnose and resolve issues with your cluster. Here are some commonly used kubectl commands for troubleshooting: kubectl logs: This command allows yo...Apr 30, 2023·4 min read·57
#KubeWeek Day6 -Kubernetes Cluster MaintenanceUPGRADE KUBERNETES CLUSTER Below are the steps we need to perform for upgrading the Kubernetes cluster. Note: This document is only from the exam point of view and for upgrading production-based clusters, we need to consider more points. Get detail...Apr 30, 2023·4 min read·16