Mrinalini Vermamrinalinivverma.hashnode.dev·Nov 22, 2023Master Kubernetes With meKubernetes is a open source container orchestration platform which was developed by Google and now handled by Cloud Native Computing Foundation (CNCF). Why Kubernetes? Container Orchestration Containerization Self Healing Robust Scalability Rol...Discuss#KeepingDevOpssimple
Dariusz SliwinskiforOpenZiti Tech Blogblog.openziti.io·Oct 15, 2023Securing Azure OpenAI Applications with OpenZitiScope Once the initial release of ChatGPT happened at the end of 2022, a new wave of optimism and excitement started to sweep through Enterprises. Artificial Intelligence, more specifically generative AI, finally arrived in the mainstream. Company Ex...Discuss·1 like·297 readszerotrust
Sourav Kumarsouravk.hashnode.dev·Oct 8, 2023Azure Kubernetes Service (AKS)Welcome to our latest blog post, where we delve into the world of Azure Kubernetes Service. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with why we need AKS files. Let's get started! What is Azure Kubernetes Service ...Discuss·1 like·95 readsKubernetes
Abhinav Dubeyad9.hashnode.dev·Oct 8, 2023Automating Azure Kubernetes Service (AKS) Cluster Creation with TerraformIntroduction Azure Kubernetes Service (AKS) is a fully managed Kubernetes container orchestration service offered by Microsoft Azure. It provides a quick and easy way to deploy, manage, and scale containerized applications using Kubernetes. In this a...Discuss·36 readsTerraform
Samuel Umohsxmmie.hashnode.dev·Oct 4, 2023Dynamic Volume Provisioning in AKSIntroduction Dynamic volume provisioning allows storage volumes to be created on demand. So rather than have cluster administrators manually make calls to their cloud or storage provider to create new storage volumes and then create Persistent Volume...DiscussKubernetes
Abhinav Dubeyad9.hashnode.dev·Oct 3, 2023Mastering Kubernetes Cost Optimization on Azure Kubernetes Service (AKS)Kubernetes has become the go-to container orchestration platform for many organizations, and Microsoft's Azure Kubernetes Service (AKS) is a popular choice for running Kubernetes workloads on Azure. However, one challenge that often arises when using...Discuss·112 readsKubernetes
Prod1gyprodigy.hashnode.dev·Aug 22, 2023AKS Node Security Reinvented: Your Guide to SSH via Azure BastionStep into a Fresh Era of AKS Node Security! This guide opens the doors to a groundbreaking approach for setting up SSH connections to your Azure Kubernetes Service (AKS) nodes. By harnessing the capabilities of Azure Bastion, you're about to embark o...Discuss·12 likes·59 readsaks
Azizul maqsudazizulmaqsud-1684501031000.hashnode.dev·Aug 6, 2023EKS vs AKS vs GKE : Giant Trios In The NextGenManaged Kubernetes services have become essential in modern cloud computing, providing organizations with a streamlined approach to deploy, manage, and scale containerized applications. Among the leading managed Kubernetes offerings, Amazon Elastic K...DiscussEKS
Platformwaleplatformwale.hashnode.dev·Jul 20, 2023Creating an Azure Kubernetes Service (AKS) Cluster within a Virtual Network (VNET) using TerraformHello readers! Today, we're going to walk you through creating an Azure Kubernetes Service (AKS) cluster within a Virtual Network (VNET) in Azure world using Terraform. Terraform is a popular Infrastructure as Code (IaC) tool that allows you to provi...DiscussIaC for Kubernetes Clusters using Terraform in multiple cloud providersAzure
Gopal Guptadevopswithgopal.hashnode.dev·Jun 15, 2023Deploy a Web App to an AKS Cluster using AWS Codepipeline and ArgoCD.In this project, we will be deploying a simple web app in an AKS Kubernetes Cluster provisioned through Terraform. Also, We will be creating CICD for the code changes using AWS Codepipeline and ArgoCD. Project Details: • Dockerize a web application •...Discuss·10 likes·2.1K readsAWS