We use AKS as part of our CI/CD pipeline.
Efficient and user-friendly deployment, scaling, and management of containerized applications
Pros and Cons
- "It is appealing to us due to its complexity, which aligns well with our requirements."
- "There is room for improvement in automation processes, as well."
What is our primary use case?
What is most valuable?
We utilize a combination of custom microservice applications and open-source software, including tools like AKS. Additionally, some of the open-source applications we employ are accessed through subscription models. The primary tools we use are web-based applications, and Microsoft services play a significant role in supporting our traditional services.
What needs improvement?
There are concerns about potential disruptions or outages, given the power infrastructure challenges in our country. This is why we are considering alternative cloud options. There is room for improvement in automation processes, as well.
For how long have I used the solution?
I have been working with it for five years.
Buyer's Guide
Azure Kubernetes Service (AKS)
January 2025
Learn what your peers think about Azure Kubernetes Service (AKS). Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
831,997 professionals have used our research since 2012.
What do I think about the stability of the solution?
We had a positive experience within the Azure Cloud environment, but the connection between clients and on-premises resources can be challenging. This is a significant concern for us because, at times, our compound fiber experiences outages due to firewall issues. In some instances, even with a side-to-side connection, we've encountered stability issues. It's important to note that this is not solely an Azure issue but rather a broader challenge we face.
What do I think about the scalability of the solution?
It offers good scalability features.
How are customer service and support?
Their support is exceptional, and we've consistently had a positive experience with them. If I were to rate their performance on a scale of one to ten, it would be a solid ten.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup is very simple and straightforward. We didn't have any issues with it.
What about the implementation team?
The deployment takes a few days. We have a dedicated team of engineers, typically numbering between three to five individuals, who are responsible for managing it.
What's my experience with pricing, setup cost, and licensing?
It is a cost-effective solution.
What other advice do I have?
It is very user-friendly and incredibly straightforward. It allows us to establish infrastructure rapidly, making it our preferred choice over other providers. I would rate it ten out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Cloud Architect Freelancer at 73 Team
Good automation, stable, and scalable
Pros and Cons
- "The solution is a managed Kubernetes, so much of the maintenance in the control plane is handled automatically by the cloud service provider."
- "The engineering team can reduce the management of the platform itself by improving the data plane part of the system to upload more management."
What is our primary use case?
The AKS service is used as container orchestration for a product based on microservice architecture and as computing layer abstraction.
How has it helped my organization?
The solution helped the organization improve the availability and scalability of the product by making use of self-healing and autoscaling features offered.
What is most valuable?
The solution is a managed Kubernetes, allowing to offload of a large part of the maintenance tasks to the cloud service provider. This allows the team to focus more on features that have a greater business impact, rather than on maintenance tasks.
What needs improvement?
The solution provides a good foundation but there is a good amount of work to do to reach a full-fledged production grade platform.
There is an entire ecosystem of tooling around the solution.
Th solution could be an improved by providing an add-on ready to install for the most common tooling around Kubernetes.
For how long have I used the solution?
I have been using the solution for almost three years.
What do I think about the stability of the solution?
The platform is pretty mature.
What do I think about the scalability of the solution?
The solution can easily adapt to the change of demand.
How was the initial setup?
The initial setup has been very simplified and optimized compared to the effort required to deploy a self-hosted solution.
What's my experience with pricing, setup cost, and licensing?
AKS provides a good level of elasticity allowing them to scale horizontally the platform based on demand.
What other advice do I have?
I give the solution a nine out of ten.
Maintenance is much easier than an on-prem/self-hosted Kubernetes platform.
Many of the tasks are automated by the cloud provider.
Which deployment model are you using for this solution?
Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Buyer's Guide
Azure Kubernetes Service (AKS)
January 2025
Learn what your peers think about Azure Kubernetes Service (AKS). Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
831,997 professionals have used our research since 2012.
Associate Principal - Cloud Solutions at Apexon
Provides specific guidance on threat matters, but it can take up to 60 seconds to broadcast an alert
Pros and Cons
- "Compliance is easy right out-of-the-box with integration to Azure Security, Azure Active Directory, and Azure Policies."
- "Unfortunately, when a microservice fails, Azure can take up to 60 seconds to broadcast an alert to the monitoring agents."
What is our primary use case?
We have two primary use cases of this solution. One, we deploy microservices for our customers using the Kubernetes cluster. For example, we have deployed Kafka on Kubernetes as well as Azure functions, which uses the same Kubernetes cluster.
The other use case is for our internal usage. We only have microservices and Azure Functions, we don't have elastic or data. We do have a tight integration between Azure services and Kubernetes. The concept is called KEDA, or Kubernetes event-driven autoscaling. This means that if there are no services messaging you, Kubernetes usage will be zero. However, if there is a burst of traffic for my services, Kubernetes will create accordingly.
What is most valuable?
The most valuable feature of AKS is that when I am sitting at the cluster, I can ensure compliance. Compliance is easy right out-of-the-box with integration to Azure Security, Azure Active Directory, and Azure Policies. The entire cluster is secure by design and not added as an afterthought.
The other feature I like about AKS is that because of ransomware attacks, Microsoft has released specific guidance on threat matters. AKS is based on framework. This framework uses the proper guidance architect to tell you how the cluster should be designed.
Another valuable feature is that AKS tells you exactly what you should do with each threat. It will guide you to improve the cluster, deploy something on the cluster, operate the cluster, and when you are trying to heal the cluster. It is very actionable.
What needs improvement?
Unfortunately, when a microservice fails, Azure can take up to 60 seconds to broadcast an alert to the monitoring agents. For a lot of the microservices, this is too late, particularly for serious failures.
Microsoft would benefit by offering enhanced learning and certification. Kubernetes is now mainstream and becoming more and more integral. Creating an Azure Kubernetes certification would ensure there are specialists in the market that could adapt best practices in a more structured fashion.
For how long have I used the solution?
I have been using Azure Kubernetes Service for three years.
What do I think about the stability of the solution?
The solution is stable. In the past three years, I have never experienced any serious problems.
We have internally two people to maintain AKS and for our customers, we have multiple people. There are a couple of DevOps resources who are trained in Terraform and are Azure DevOps certified who operate the cluster.
We rely upon monitoring and alert mechanisms. Basically, we do not need to be on the server with a dedicated resource. We only need to look at the alerts, as the solution is self-healing.
What do I think about the scalability of the solution?
Scalability depends on how the architect designs the cluster. Once a Kubernetes cluster is up and running, the auto-scaling works according to the basic design. If I need a different node pool, then I need to create a design cluster. If this is done correctly, scalability by design or architecture is not an issue. It is up to the individual architects to be disciplined in considering future needs and build in flexibility.
How was the initial setup?
The initial setup of AKS is a breeze. Straight out of the box, with experience, it takes only 30 minutes. Setting up a secure cluster takes only 30 minutes. I use Terraform extensively, so it is pretty easy to set up. I would rate the initial setup a five out of five for ease of setup.
What about the implementation team?
I did the deployment of AKS myself with two other people. One from networking with an infrastructure point of view to handle the set-up of the V-Net by controlling the IP address range. The other person is the one who manages Azure Active Directory.
What was our ROI?
There is an initial infrastructure cost, however, the more services you deploy, the cost per service comes down drastically because you are leveraging the underlying infrastructure. As you scale your operations, AKS becomes more cost-effective.
What's my experience with pricing, setup cost, and licensing?
The cost of AKS is humongous, it is very expensive. You are charged based on the nodes, the networking, and the storage. Multi-clusters are another consideration, especially if you need to add firewalls.
It is important to keep in mind that the cost is not just the licensing, but also the human resource cost. Every organization should have some idea about what they should be putting into Kubernetes together with the type of people, and types of resources required to monitor, alert, and operate the solution.
Which other solutions did I evaluate?
Compared to Amazon Elastic Kubernetes Service and OpenShift, Microsoft Azure has very specific guidance on how to secure an entire cluster with multiple inputs. This is really phenomenal. This guidance is missing in the other products.
What other advice do I have?
Anyone considering AKS as a solution should be sure they consider the design carefully and give a lot of focus to the initial setup.
I also recommend that the organization is clear on what its end goal is, otherwise they will incur too many additional costs.
Lastly, keep in mind that it is difficult for the executive level to understand what Kubernetes is and that it is not the answer to everything.
Overall, I would rate Azure Kubernetes Service a seven out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company has a business relationship with this vendor other than being a customer: Gold Partners
Consultant/Owner at Transc byte
Scalable solution but needs better integration with API
Pros and Cons
- "Its support team resolves technical issues accurately."
- "Sometimes, it fails to provide specific metrics."
What is our primary use case?
Our customers use the solution to develop their business applications.
What is most valuable?
The solution's dashboard integration with Kubernetes helps us manage workloads easily.
What needs improvement?
They should work on improving the solution's integration with API. They should add an option for installing open-source tools such as Kube-State-Metrics to leverage the community.
For how long have I used the solution?
We have been using the solution for three years.
What do I think about the stability of the solution?
The solution is more stable than EKS. Although, we face some issues while upgrading it. I rate its stability as an eight.
What do I think about the scalability of the solution?
Our customers have around 50-60 developers using the solution in their organizations. I rate its scalability as an eight.
How are customer service and support?
The solution's customer service team resolves the technical issues accurately. But it takes a long time to reply to queries.
How was the initial setup?
The solution is simple to install compared to AWS, which needs many prerequisites to follow.
What's my experience with pricing, setup cost, and licensing?
The solution is expensive compared to other vendors. I rate its pricing as a five.
Which other solutions did I evaluate?
I have evaluated IBM Cloud, GKE, and AWS. They all are similar to AKS and have a few advantages over it. But AKS is better than them in terms of implementation, scalability, accessibility, and overall services.
What other advice do I have?
The solution is excellent. But sometimes, it couldn't provide specific metrics. In addition, integrating it with Azure's metric app also fails to generate the expected results.
I rate the solution as a seven.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
CTO at Kultua
An easy-to-use product that is a good place to start your business with
Pros and Cons
- "It is easy to deploy."
- "It can be tough to access the servers when onboarding."
What is our primary use case?
I am using AKS on a Cosmos DB database. AKS is similar to AWS in stability and scalability, but when used with C#, AKS is easier to deploy and better to use because I use .NET applications.
What is most valuable?
The documentation makes it easier to deploy AKS, so it is the most valuable feature.
What needs improvement?
The onboarding process could be improved. For example, when you open Azure's main port, it is not very easy to access the servers because you need to put your mail and password, and sometimes you need to configure the authenticator. Depending on the case, this could be a problem.
For how long have I used the solution?
I have been using AKS for two years, and I am using the latest version.
What do I think about the stability of the solution?
The solution is stable.
What do I think about the scalability of the solution?
The solution is scalable.
How are customer service and support?
The customer support has been good.
How was the initial setup?
The initial setup was very easy.
What was our ROI?
I have not seen a return on investment since I have only used the solution in my company for two months.
What's my experience with pricing, setup cost, and licensing?
The solution is not very expensive. It is expensive when used on the Cosmos DB database.
What other advice do I have?
The solution has good documentation and is easy to use and deploy. AKS is a good place to start your business. I rate the solution a ten out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Solutions Architect at Zatvia Systems
Simple deployment, useful automation, and troubleshooting could improve
Pros and Cons
- "The most valuable features of AKS are scalability, deployability, and automation."
- "Configuration management and troubleshooting performance issues are difficult to solve and could be made easier."
What is most valuable?
The most valuable features of AKS are scalability, deployability, and automation.
What needs improvement?
Configuration management and troubleshooting performance issues are difficult to solve and could be made easier.
For how long have I used the solution?
I have been using Azure Kubernetes Service (AKS) for approximately one and a half years.
What do I think about the stability of the solution?
There are some performance issues with the stability. There is some fine-tuning needed.
I rate the stability of AKS a seven out of ten.
What do I think about the scalability of the solution?
The solution is scalable.
Small to medium-sized businesses are best suited for AKS.
I rate the scalability of AKS a nine out of ten.
How are customer service and support?
The support is excellent.
I rate the support AKS an eight out of ten.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup can be complex and took a total of four weeks. However, the incremental deployment took a couple of days.
In the first step of implementation, we do an estimation and identify all of our independent modules and packaging needed.
I rate the initial setup of AKS a three out of ten.
What's my experience with pricing, setup cost, and licensing?
The price of AKS is expensive. We pay approximately $10,000 monthly.
What other advice do I have?
My advice for others is to focus more on packaging the individual models and cables before going to where the solution is situated.
I rate AKS a six out of ten.
Which deployment model are you using for this solution?
Public Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer:
Program Manager - Cloud Solutions at G7 CR Technologies India Pvt. Ltd.
The solution's valuable features include in-built volume controllers, integration, container orchestration, and monitoring
Pros and Cons
- "It is easy to maintain the solution."
- "There are a lot of features that should be included with the AKS."
What is our primary use case?
We used the solution to integrate banking pipelines for our customers. Also, we integrated Kibana into AKS, and from there, we deployed their parts. The solution's features, like machine learning models and analytical tools, have also helped us.
What is most valuable?
The solution's valuable features include in-built volume controllers, integration, container orchestration, monitoring, PSI drivers, Github, Gitlab, CI/CD, etc.
What needs improvement?
There are a lot of features that should be included with AKS. Also, the solution is still growing; thus, many things must be improved. We are still testing the solution, but they should provide better monitoring services. Along with it, they should include in-built DR features.
For how long have I used the solution?
We have been using the solution for two years.
What do I think about the stability of the solution?
It is a stable solution.
What do I think about the scalability of the solution?
It is a scalable solution.
How are customer service and support?
We contacted the solution's customer service during the time of deployment. We also never needed the tech team's support, as the deployment is straightforward. The event architecture was required on our end; Microsoft doesn't help there. They provide basic help to establish the SaaS components.
Which solution did I use previously and why did I switch?
I used Azure Virtual Desktop and Azure Migrate as well. Mostly, customers move their applications to AKS from the premise as they want active manageability of services. The other reason is credit plans. Customers prefer switching to services that offer them credit cards. Also, the pricing matters a lot. Even though the services are performing well, people opt for vendors offering a particular cloud that is low on cost.
How was the initial setup?
The initial setup for testing purposes was easy. We just had to set some commands with a click, and it took around ten minutes to complete. During the final deployment, we required a code. It is a day long process.
What's my experience with pricing, setup cost, and licensing?
The solution's pricing and licensing are structured on the basis of the use cases. Again, it depends on how many parts of a particular feature you require. There is a pricing calculator to get an aggregate cost based on the use cases, operating systems, storage capacity, etc. For Windows, the pricing depends on which side of the node you are using, i.e., Dual-core 4 GB RAM or Dual-core 8 GB RAM. It is possible to receive discounts on pricing with reserve incentives. In this case, it relies on how many VMs you run in the back end.
What other advice do I have?
I advise others to initiate with basic services of the solution and then explore further. It is easy to maintain the solution. We can view and monitor all the processes through its monitoring feature. I rate the solution as a nine.
Disclosure: My company has a business relationship with this vendor other than being a customer: Integrator
Microsoft and Dev-ops Architect at Mphasis
A simple tool for deploying and managing microservices and enabling them to communicate
What is our primary use case?
We download the internal website to showcase our organization’s development and products and present it to customers in a web application.
Each component is deployed as a microservice in Kubernetes. The web application is deployed in Azure Kubernetes Service. Everything runs inside the Kubernetes only.
What is most valuable?
The main features of Azure Kubernetes Service are how it deploys and manages microservices and enables them to communicate. AKS can also group, classify, and log data. AKS makes it easy to deploy, maintain, and communicate between microservices.
What needs improvement?
The solution could provide more logging mechanisms and a good user interface.
For how long have I used the solution?
I have been using Azure Kubernetes service for three years.
What do I think about the stability of the solution?
The product is stable.
AKS has been used for six years to deploy and manage containerized applications in production, development, and testing environments. AKS is a stable and reliable service, and we have not had any issues with it.
What do I think about the scalability of the solution?
Between 100 to 1,000 internal customers are opening the site and logging in to see the feature labeled location, demo, reporting, etc. Scalability depends on what we are scaling. For example, we have two nodes for Development, four in production, and three for backup.
How are customer service and support?
When there were some hiccups, we took up a Microsoft support ticket. They're very good and help us a lot to solve the issues. I have worked with them a couple of times.
How was the initial setup?
The initial setup is very easy. There are seven to eight tabs. If you select all the tabs and go for a deployment, it may take up to ten to fifteen minutes to complete.
Generally, I write my scripts for Deployment. Sometimes, we use partial or batch scripting, using HCLA comments to parameterize the scripts based on the requirements. Otherwise, you can use Terraform scripting to deploy.
What about the implementation team?
I did the deployment by myself. We generally use a third-party team to get their input, but I initially used open-source tools with AKS. I used these tools to write steps that can be taken and everything.
What's my experience with pricing, setup cost, and licensing?
We have taken a three-year contract.
What other advice do I have?
Kubernetes is simple. If somebody wants to divert their applications into multiple pieces broadly and maintain them for a longer duration and accessible support, AKS is a web application that hosts them into containers. AKS also provides good support.
Overall, I rate the solution an eight out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
Buyer's Guide
Download our free Azure Kubernetes Service (AKS) Report and get advice and tips from experienced pros
sharing their opinions.
Updated: January 2025
Product Categories
Container SecurityPopular Comparisons
Microsoft Defender for Cloud
SentinelOne Singularity Cloud Security
Orca Security
CrowdStrike Falcon Cloud Security
Red Hat Advanced Cluster Security for Kubernetes
Tenable.io Container Security
Chainguard Images
SUSE Rancher
Buyer's Guide
Download our free Azure Kubernetes Service (AKS) Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- What are the differences between AKS and OpenShift?
- Which datatypes should I prioritize when log monitoring Azure Kubernetes Service clusters?
- When evaluating Container Security, what aspect do you think is the most important to look for?
- What tools do you rely on for building a DevSecOps pipeline?
- Container vs VM: What are the main differences?
- What do you look for in a container security solution?
- What container security solution are you using?
- Which Container Image Security tool is the best in the current market?
- Why is Container Security software important for companies?
- Why is Container Security important for companies?