Rose Smithalaska-airlines-smf-terminal.hashnode.dev·Dec 21, 2024Qatar Airways Lisbon OfficeQatar Airways Lisbon Office: A Gateway to Seamless Global Travel Located in the vibrant city of Lisbon, the Qatar Airways Lisbon Office serves as a vital hub for both leisure and business travelers seeking world-class travel experiences. This office ...airlines
Asfaq Leeonleeonscoding.hashnode.dev·Dec 7, 2024Getting started with Kubernetes for deploying a Spring boot application using MinikubePreviously I’ve containerized a spring boot application using Docker. I’ve chosen to reuse this project for this article. The image is pushed here. Also I’m using Minikube for this article. Today I’m going to deploy the image’s containers in a Kubene...Kubernetes
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 5, 2024SpringBoot + Kubernetes StatefulSets: Perfect Combo for Reliable Banking Apps!We have configured a deployment for the Banking App with 3 Pods, ensuring data safety by associating the data with a PersistentVolumeClaim (PVC). The PVC is connected to a PersistentVolume (PV), which is then linked to the host to provide the necessa...1 likeKubernetes
Amulyaawscloudbasics.hashnode.dev·Dec 2, 2024Understanding Kubernetes Services: Load Balancing, Discovery, and ExposureIntroduction Kubernetes Services are a critical component in container orchestration, solving several key challenges in deploying and managing containerized applications. In this article, we'll dive deep into the three primary advantages of Kubernete...DevOpsKubernetes
pallavi chauhaninnovateitworld.hashnode.dev·Nov 29, 2024Common Challenges Full Stack Developers Face and How to Overcome ThemFull Stack Development is a dynamic and rewarding career path, combining front-end and back-end expertise to build complete web applications. However, this versatility comes with its own set of challenges. For both new and experienced developers, und...Full Stack Development
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 24, 2024Kubernetes Services: Understanding the Essentials + Deploy a Node.js App in Just 3 Minutes!It is recommended to read this blog first: Click here before proceeding with this one, to avoid feeling overwhelmed. What is Service? In a Kubernetes setup, we have three nodes: one Master and two Worker nodes, as illustrated in the diagram. When a...1 likekubernetes-services
Parth Sharmaparth-sharma-devops.hashnode.dev·Nov 22, 2024Understanding Kubernetes Services: A Guide with YAML ExamplesIn Kubernetes, a Service is like a friendly middleman that makes it easy for other applications or users to communicate with your application, no matter where it is running inside the cluster. Here’s a simple analogy: Imagine you have a food delivery...Devops
Venkatramananvenkatvk.hashnode.dev·Nov 18, 20244.A Beginner’s Guide to get started with Kubernetes:To get started with Kubernetes, it’s essential to understand its core components and concepts, as they are the building blocks of the entire platform. Overview: Kubernetes (often abbreviated as K8s) is an open-source platform designed to automate the...AWS
Anjanesh Lekshminarayanananjanesh.dev·Nov 17, 2024apache2 and httpd being run on macOS simultaneouslyThis is a simple post mainly for my notes incase I need to recapitulate what should be done to restore running of my virtually hosted websites on my laptop. Ever since I installed httpd on my macOS 15.1 using homebrew and configured my virtual hosts ...apache2
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 8, 2024Day 34 Working with Services in Kubernetes 🌐You've made it to Day 34 of your Kubernetes learning journey! Yesterday, you deployed an application in Kubernetes, and today, we’re taking things further by setting up Services to manage how our app can be accessed. Let's dive in! 🌟 What Are Servi...90Dayofdevopsservices