bhavya bojanapallibhavyabojanapalli.hashnode.dev路15 hours agoKubernetes Interview Questions on Secrets and ConfigMaps- Day 6Secrets: What is a Kubernetes Secret, and why is it used? A Secret is an object in Kubernetes used to store sensitive information, such as API keys, passwords, and certificates. It's used to separate configuration data from the pods and ensure secu...Discuss路21 likes路169 readsconfigmap
Ajit Fawadeblog.ajitfawade.com路18 hours agoMastering Namespaces and Services in Kubernetes | Day 33 of 90 Days of DevOpsWelcome to Day 33 of 90 Days of DevOps. Today, we will learn how to master Namespaces and Services in Kubernetes, two important concepts that help us organize and expose our applications in a cluster. We will also deploy a sample Nginx web server wit...Discuss路20 likes路28 reads90DaysOfDevOpsDevops
Prasad Suman Mohan blog.prasadsuman.me路6 hours agoPrometheus Metrics with PromQL: Harnessing the Power of Histograms and Gauges 馃搱馃攳Introduction: Prometheus is a stalwart in the world of monitoring and observability, and its query language, PromQL, offers a plethora of capabilities. In this blog, we dive deep into two essential Prometheus metric types - histograms and gauges. You...Discuss路10 likesTrainWithShubham
Anindya Mukherjeeeanindyablogs.hashnode.dev路11 hours agoProject Report 3: Deployed a Reddit Clone on Kubernetes with Ingress EnabledProject Overview The objective of this project to deploy a Reddit clone application within a Kubernetes cluster using Ingress for routing. To achieve this, we utilized two EC2 instances: one dedicated to Continuous Integration (CI) and the other for ...DiscussTrainWithShubham
metaClusterformetaClustermetacluster.com路16 hours agoThe Imperative for Cloud-Agnostic Kubernetes ManagementThe recent AWS outage impacting both us-west-2 and us-east-1 regions across all 3 Availability Zones (AZs) has sparked a renewed dialogue around the reliability of cloud services. This incident underscores the divergence between the theoretical resil...DiscussKubernetes
Prasad Suman Mohan blog.prasadsuman.me路Sep 26, 2023PromQL 101: Navigating Prometheus Metrics 馃搳Introduction: Prometheus Query Language (PromQL) is the powerhouse behind Prometheus, a popular open-source monitoring and alerting tool. In this blog, we'll delve deep into PromQL and explore its core components, modifiers, operators, vector matchin...Discuss路20 likesTrainWithShubham
Yashraj JaiswalProyashraj-jaiswal.hashnode.dev路19 hours ago馃棳 Important Kubernetes interview questions 馃摐馃搷 Introduction 馃敻 What is Kubernetes and why it is important? Kubernetes is an open-source container orchestration platform developed by Google. It is used for automating the deployment, scaling, and management of containerized applications. Kuberne...Discuss路29 readsDevops
bhavya bojanapallibhavyabojanapalli.hashnode.dev路Sep 26, 2023Kubernetes Interview Questions on Ingress - Day 51. What is Kubernetes Ingress, and why is it used? Kubernetes Ingress is an API object that manages external access to services within a Kubernetes cluster. It acts as a layer between external requests (typically HTTP or HTTPS) and the services runni...Discuss路23 likes路314 readsKubernetes
Mudit Mathurmuditm12.hashnode.dev路Sep 26, 2023Kubernetes,Kubernetes ArchitectureIn this blog, I am going to discuss Kubernetes, Kubernetes Architecture, Kubernetes components, and its configuration. Kubernetes Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of ...DiscussDevops
Edvin Dsouzaedvindsouza.com路Sep 26, 2023Kubernetes vs. Docker for DevOps: Choosing the Right Tool for the JobDevOps teams aim to increase development velocity and improve system reliability through practices like continuous integration, continuous delivery, and infrastructure automation. Two key technologies that enable DevOps transformations are Docker and...DiscussKubernetes