© 2023 Hashnode
#aks
Kubernetes (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…
**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)…
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 au…
Azure 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 capabiliti…
In 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 Kub…
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…
Motivation 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: …
Looking 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 f…
I'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 …
What is Devtron? Devtron is a tool integration platform that allows you to add all your DevSecOps tools in one place when you do not need to open multiple tabs. In devtron, you can manage the lifecy…