Akaeze Kosisochukwuaudrey01.hashnode.dev·4 hours agoA Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 likeDocker
Harsh Soniharshdevopss.hashnode.dev·13 hours agoCreate Resources on AWS Using AnsibleIf you're starting with cloud automation using Ansible, setting up AWS resources is a great project to try. In this blog, I'll show you how I created an AWS EC2 instance with Ansible. This guide is easy to follow and meant for anyone who knows the ba...Discussansible
Tim Berrytimberry.dev·15 hours agoGKE, Istio and Managed Service MeshThis is the sixth post in a series exploring the features of GKE Enterprise, formerly known as Anthos. GKE Enterprise is an additional subscription service for GKE that adds configuration and policy management, service mesh and other features to supp...DiscussGKE Enterprisegke
Amulyaawscloudbasics.hashnode.dev·17 hours agoDocker Tutorial: From Zero to Hero - A Beginner's GuideIntroduction Docker has revolutionized how we package and deploy applications. This comprehensive guide will help you understand Docker from the ground up, explaining core concepts and providing hands-on examples. What is a Container? A container is:...DiscussDevOpsDevops
Amulyaawscloudbasics.hashnode.dev·18 hours agoUnderstanding Containers: From Virtual Machines to Modern ContainerizationIntroduction Containers represent a significant evolution in server virtualization technology. To understand containers properly, we first need to understand the progression from physical servers to virtual machines, and then to containers. The Evolu...DiscussDevOpsDocker
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·21 hours agoSidecar Containers in KubernetesIn the world of microservices and container orchestration, sidecar containers play a crucial role in enhancing the functionality and management of applications deployed in Kubernetes (K8s). This document explores the concept of sidecar containers, th...DiscussKubernetes Basics: A Beginner’s GuideKubernetes
Venkatramananvenkatvk.hashnode.dev·a day ago4.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...DiscussAWS
Victor Nascimentonascimva.hashnode.dev·Nov 17, 2024Guia para Estender a API Kubernetes: Controle de Recursos do Cluster Usando WebhooksIntrodução Kubernetes se consolidou como a principal plataforma de orquestração de containers, permitindo que aplicações sejam executadas com total abstração das máquinas que fornecem os recursos computacionais. Essa flexibilidade, porém, pode trazer...DiscussKubernetes
Shah Abul Kalam A Kiamshah.hashnode.dev·Nov 17, 2024Understanding KubernetesWhat is Kubernetes ? (or K8s for short) Definition Before diving into the definition, let's take a moment to appreciate the weird-ass name "Kubernetes." It comes from the Greek word "κυβερνήτης" (kubernētēs), meaning helmsman or pilot - the one who s...DiscussKubernetes
Harendra Barotharrybdevops.hashnode.dev·Nov 17, 2024How to Easily Cache Your GitHub Credentials in GitDocument Overview This document provides a step-by-step guide to installing and configuring the GitHub CLI (gh) tool, troubleshooting errors during the authentication process, and verifying successful GitHub repository operations. 1. Installing GitH...Discuss·3 likesGitHub