Yyukioinyuki0.hashnode.dev·Sep 20, 2024 · 2 min readwasting 100s of hours on setting up elasticsearch and kibana.One of the most frustrating realizations I’ve had is that not every version of Elasticsearch works seamlessly with every version of Kibana—especially when running both in Docker containers. Helm: Not Always the Solution If you've tried using Helm cha...00
Yyukioinyuki0.hashnode.dev·Mar 7, 2023 · 2 min readIntroduction to devops practiceRoles and Responsibilities A DevOps engineer needs to bridge the gap between software development and IT operations teams, enabling organizations to deliver high-quality software faster and more reliably. They ensure that the software development pro...00
Yyukioinyuki0.hashnode.dev·Feb 20, 2023 · 4 min readAzure AKS : Azure RBAC for Kubernetes AuthorizationIntroduction Azure AKS (Azure Kubernetes Service) is a fully managed service provided by Microsoft Azure for deploying and scaling containerized applications in the cloud using Kubernetes. This article covers the approach that allows for unified mana...00
Yyukioinyuki0.hashnode.dev·Jan 14, 2023 · 4 min readNginx for beginnerswhat is Nginx? primarily one of the fastest web servers but can also be used as a proxy, reverse proxy, API Gateway, content cache and load balancer. Its usage as a reverse proxy and load balancer is what makes it stand out. NGINX efficiently hand...00
Yyukioinyuki0.hashnode.dev·Dec 20, 2022 · 3 min readHelm and Helm ChartsOverview what is Helm? It is a package Manager for Kubernetes, just like apt is for ubuntu. Let's say we have an application running on the Kubernetes cluster, to setup Logging using say, Elastic Stack, we need to create Stateful set for database, Co...00