Shyju KrishnanforCloudnloud Tech Communitycloudnloud.hashnode.net·Sep 12, 2022Static Volume in Azure Kubernetes ServiceCreate a static volume with Azure disks in Azure Kubernetes Service (AKS) This article shows you how to manually create an Azure disk and attach it to a pod in Kubernetes Note: An Azure disk can only be mounted to a single pod at a time. If you nee...Discuss·10 likes·284 readsKubernetes Deep Dive4articles4weeks
ondemandlabsondemandlabs.hashnode.net·Feb 6, 2023Azure Kubernetes Service (AKS)**What on earth is Kubernetes ** kubernets is an orchestration technology used to manage deploy and scale containers Here we are to learn about kubernetes, first we learn about creating kubernetes cluster. Go Azure-portal (portal.azure.com) click on ...Discuss·10 likes·91 readsaks
Aditya Narayan Nayakadnwalkar.hashnode.net·Aug 22, 2022Demystifying Azure Kubernetes Service with Github Actions from ScratchGithub Action GitHub Actions gives developers the ability to automate their workflows across issues, pull requests, and more with cloud-native CI/CD functionality Azure Kubernetes Service Azure Kubernetes Service is a managed container orchestration...Discuss·9 likes·178 readsaks
KahHoe Tankahhoe.hashnode.net·Apr 23, 2023Using Azure Workload Identity on AKS ClustersAs an Azure Kubernetes Service (AKS) cluster operator, I have been analyzing and testing Azure AD Workload Identity at work lately. With it hitting GA this month, I thought I would share with you what Azure Workload Identity is, and how to implement ...DiscussKubernetes
Yoav Golubfinout.hashnode.net·Mar 13, 2023How Finout helps DevOps & FinOps teams reduce K8s wasteKubernetes (K8s) is a powerful tool for managing containerized applications, but it can also lead to a lot of cloud waste if not used properly. One of the leading causes of cloud waste in K8s is over-provisioning, where resources allocated to a pod ...DiscussKubernetes
ondemandlabsondemandlabs.hashnode.net·Feb 6, 2023Azure Kubernetes Service (AKS)**What on earth is Kubernetes ** kubernets is an orchestration technology used to manage deploy and scale containers Here we are to learn about kubernetes, first we learn about creating kubernetes cluster. Go Azure-portal (portal.azure.com) click on ...Discuss·10 likes·91 readsaks
Natenateh.hashnode.net·Jan 22, 2023Mastering Container Orchestration with Azure Kubernetes Service (AKS)Containers have become a popular choice for organizations looking to run their applications in a lightweight, portable, and scalable manner. Container orchestration tools such as Kubernetes help to automate the management and scaling of containerized...Discussaks
Aditya Narayan Nayakadnwalkar.hashnode.net·Jan 10, 2023Azure Kubernetes Service Networking SimplifiedAzure Kubernetes Service (AKS) is a managed Kubernetes service that allows you to deploy and manage containerized applications in the cloud. One of the key features of AKS is its networking capabilities, which enable you to create a secure and stable...Discussaks
Ritik Guptaritikguptablogs.hashnode.net·Dec 25, 2022Azure Kubernetes Services: Application deployment, update & rollbackIn this blog, we will see how to create an AKS cluster and how to deploy applications using the AKS. What is Kubernetes & how its Use Cases What is AKS? Azure Kubernetes Service (AKS) is a managed Kubernetes service provided by Microsoft Azure. It al...Discuss·28 readsKubernetes
Geilton Xaviergeiltonxavier.hashnode.net·Dec 17, 2022[pt-br] Publicar uma aplicação .NET 6/ .NET Core no Azure AKS (Azure Kubernetes Service)Nesse tutorial, não entrarei em detalhes sobre as tecnologias abordadas, apenas quero deixar essa receita de "bolo" para quem precisar de algo prático. Esse conhecimento foi adquirido em uma recente formação que tive na empresa que trabalho atualment...Discuss·45 readsaks
Mem Memmemmem.hashnode.net·Oct 30, 2022Using cert-manager with Azure AKS and AGICMotivation There are many guides on how to use cert-manager, starting with cert-manager documentation. However, I haven't found a clear tutorial for my case, where I wanted to deploy cert-manager on AKS, with the following characteristics: Service p...Discuss·2 likes·88 readscert-manager
Armand Jordaanarmandjordaan.hashnode.net·Oct 30, 2022Part 1: Introduction To Azure Container AppsLooking for an alternative to Azure App Services for containers, but not too excited about the costs of an AKS cluster, or looking for an unopinionated hosting platform that's straightforward to use for your containers? This and more will be covered ...Discuss·91 readsBuilding Microservices using Azure Container Apps And Terraformazure-container-apps
Leonardo D'Ippolitoleodip.hashnode.net·Sep 25, 2022Dockerfile Entrypoint with multiple params using a shell scriptI'm working with a .NET 6 microservice to which I needed to integrate a new profiler tool, for a proof of concept requested by the QA team. The app has a Dockerfile and runs in a Linux container from base image mcr.microsoft.com/dotnet/aspnet:6.0. At...Discuss·78 readsDockerfile