Kubernetes Everywhere logo

    Kubernetes Everywhere

    Migrating and managing Kubernetes across different cloud environments can be complex. The Kubernetes Everywhere Platform simplifies this process for customers, ensuring consistent, resource-efficient and cost-effective operation of their containerised deployments across various cloud environments, including Continent 8 Cloud and Amazon Web Services (AWS) hyper-scale cloud.

    Ratings and reviews

    4.6
    11 ratings
    3 star
    2 star
    1 star
    73%
    27%
    0%
    0%
    0%
    6 AWS reviews
    |
    5 external reviews
    External reviews are from PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (11)
    Manoday Ahire

    Modern deployment practices have reduced downtime and support efficient multi-app management

    Reviewed on May 26, 2026
    Review from a verified AWS customer

    What is our primary use case?

    I have been using Kubernetes Everywhere in production and UAT for almost a year, and I have also implemented it in some of my projects for freelancing.

    I am using Kubernetes Everywhere for the capabilities provided by Kubernetes on AWS, called EKS, which gives me higher uptime, automatic rollback procedures, and more insights into how to handle the infrastructure, resulting in low downtime.

    In my current organization, I recently used Kubernetes Everywhere in a scenario where we were doing manual deployments on EC2. After switching to EKS, which provides replicas for traffic handling and auto-scaling, we experienced low downtime, improved user management, and easier distribution across the pods, allowing everyone to get responses efficiently with lower response time.

    What is most valuable?

    Kubernetes Everywhere offers features including auto-scaling, which is the best feature, as well as load balancing, ingress controllers, and the ability to host multiple applications on a single Kubernetes Everywhere cluster through segregation using namespaces. The commands are straightforward to execute, and it allows the integration and management of Docker containers efficiently.

    Auto-scaling is one of the features I use in Kubernetes Everywhere that made a significant impact, helping us with user distribution as the pods scale automatically without disruption as users increase, contributing to high availability and low downtime. I am using Kubernetes Everywhere with the GitOps approach, using Git as a source of truth, which provides excellent security and has made a significant change in our current infrastructure.

    Kubernetes Everywhere has positively impacted my organization by significantly reducing downtime. We have achieved almost zero minutes of downtime since implementing Kubernetes Everywhere in our organization after transitioning from manual deployments.

    Regarding cost savings, we were using multiple EC2 instances for different projects, but now everything is under one cluster, running as a pod and segregated by namespaces, leading to cost savings. For team collaboration, we are using different tools with Git as a source of truth, making it easy for developers to manage instances and gain insights efficiently.

    What needs improvement?

    Kubernetes Everywhere can be improved by providing an easier way for users to handle commands and developing a UI-based approach to make it easier for developers and semi-technical users, as well as focusing on improving containerization.

    For how long have I used the solution?

    I have been working with Kubernetes Everywhere for almost a year, and I have more than three years of experience in this domain.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is stable.

    What do I think about the scalability of the solution?

    Scalability is one of the features of Kubernetes Everywhere, which is why everyone is using it.

    How are customer service and support?

    Customer support from AWS for EKS is good, providing all the necessary help when needed.

    Which solution did I use previously and why did I switch?

    Previously, we were using EC2 and then ECS deployments, but we switched to EKS due to some restrictions.

    How was the initial setup?

    My experience with pricing, setup cost, and licensing has been good. The infrastructure setup is not a significant task for an infrastructure specialist. The static cost for the control plane is $75, which is not a significant issue for a large organization considering we can host multiple applications, and the cost for the nodes remains the same as what we pay for EC2.

    What about the implementation team?

    We are not purchasing Kubernetes Everywhere from the AWS Marketplace. We are using the service called EKS to access Kubernetes Everywhere.

    What was our ROI?

    Auto-scaling is one of the features I use in Kubernetes Everywhere that made a significant impact, helping us with user distribution as the pods scale automatically without disruption as users increase, contributing to high availability and low downtime.

    What's my experience with pricing, setup cost, and licensing?

    The static cost for the control plane is $75, which is not a significant issue for a large organization considering we can host multiple applications, and the cost for the nodes remains the same as what we pay for EC2.

    Which other solutions did I evaluate?

    I evaluated ECS before choosing Kubernetes Everywhere, but I found it is not as capable as EKS.

    What other advice do I have?

    My advice is to transition to Kubernetes Everywhere rather than using EC2 deployments and other serverless deployments, as you can host multiple applications under one cluster. I would rate this solution a 9 out of 10.

    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?

    Amazon Web Services (AWS)
    reviewer2813076

    Modern architecture has transformed backups and restores while microservices debugging becomes faster

    Reviewed on May 24, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Kubernetes Everywhere involves different clusters, and currently, I'm working on product features that provide backup and restore for Kubernetes, so I have worked from deploying Kubernetes to writing operators as well.

    A specific example of how I use Kubernetes Everywhere for backup and restore in my daily work includes the new product we are creating, which is a backup and restore solution for Kubernetes, and I'm developing new features every day, with a Vcluster setup where we create different Kubernetes clusters, and I also work on a GKE cluster and OCP.

    As a product, we are using Kubernetes Everywhere, but in my free time, I just use it for deploying my different resources or personal projects that I deploy on Kubernetes and run on the server.

    What is most valuable?

    The best features Kubernetes Everywhere offers include its scalability; if you have a small system to deploy on Kubernetes, you can just keep a single pod running, and as traffic increases, you can use a scale command to scale your system easily, which is quite helpful.

    The scalability feature impacts my day-to-day work because we haven't seen much scale ourselves, but our customers using our product really find it helpful to scale their Kubernetes cluster during traffic spikes, as our product provides easy backup and restore, which simplifies disaster recovery.

    Kubernetes Everywhere positively impacts our organization by making it quite easy to deploy different microservices for different languages; we simply build the Docker container and pass it to the YAML, and if anything breaks, debugging is straightforward because we know exactly where the issue is coming from.

    This ease of deployment and debugging has affected my team's productivity positively, as we observe that with the ease of microservices, we can catch bugs quickly, unlike earlier when we had a monolithic system running on a single binary, making it difficult to find root causes; now, with components deployed as different microservices running in separate pods, debugging is much easier.

    What needs improvement?

    I think all the features that Kubernetes provides have been very helpful, but to improve Kubernetes Everywhere, increasing the speed of releases and prioritizing certain features based on community votes might make it easier.

    I find the documentation quite good; Kubernetes has verbose and friendly documentation, and the community is supportive; joining Slack or other online platforms makes it easy to resolve issues, but there is always room for improvement.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere for four years now.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is stable in my experience, and I can confirm it is reliable.

    What do I think about the scalability of the solution?

    The scalability of Kubernetes Everywhere is quite straightforward, with a horizontal pod autoscaler CR allowing us to specify metrics for pod scaling, and we can also run the kubectl scale command for manual scaling.

    How are customer service and support?

    Customer support for Kubernetes Everywhere is very good; since we use Google Cloud, whenever we face issues, they respond quickly and efficiently.

    Which solution did I use previously and why did I switch?

    Previously, we were using Docker, which served us well until we discovered Kubernetes; the ease of deployment and ability to manage customer spikes made switching to Kubernetes a clear choice.

    What was our ROI?

    We have seen a return on investment primarily in terms of time savings, as using Kubernetes allows us to scale and work on the product more efficiently, spending less time on deployments and focusing more on customer demands.

    What's my experience with pricing, setup cost, and licensing?

    Regarding pricing, setup cost, and licensing, running a Kubernetes cluster can be costly depending on the use case; however, running on GCP GKE is cheaper compared to AWS, making it relatively economical in our case.

    Which other solutions did I evaluate?

    Before choosing Kubernetes Everywhere, we evaluated Docker Swarm, which is somewhat similar, but we found Kubernetes to be more useful due to its vibrant community and heavy industry adoption.

    What other advice do I have?

    For others looking into using Kubernetes Everywhere, I advise that if you have a large enough product that is tedious to deploy or manage, switching to Kubernetes is beneficial; however, for smaller teams with fewer customers, sticking with monolithic systems or Docker might suffice. I rate this product a ten out of ten.

    BasilJiji

    Unified multi-cloud orchestration has delivered consistent deployments and reduced idle waste

    Reviewed on May 22, 2026
    Review from a verified AWS customer

    What is our primary use case?

    Our main use case is unified multi-cloud and edge cluster orchestration. We use it to ensure our application runs with identical deployment policies. We use the platform to maintain a high availability active or active edge mesh. For example, in our heavily regulated workloads, we leverage the platform's orchestration to automatically replicate and synchronize Kubernetes cluster deployments between our native AWS Elastic Kubernetes Service setup and localized edge servers. If a localized regional endpoint encounters an outage, traffic gracefully fails over to public cloud with zero application restriction.

    What is most valuable?

    One of the features I would like to highlight is in the context of unified multi-cluster fleet management and shareable cluster blueprints. Our remote platform engineering teams can define standard cluster configuration, including core add-ons such as Prometheus logging and custom network rules, and securely share or distribute them across our global development groups. A remote engineer in any time zone can spin up an identical pre-approved cluster profile using a single console interface.

    The compatibility is excellent due to a focus on open pure upstream standards. The runtimes integrate flawlessly with standard image frameworks such as Docker and Podman. When it comes to migration, the initial integration was straightforward, but it taught us a great lesson in network mapping. The smoothest part was standard stateless container microservice required absolutely zero modification. We simply pointed our existing deployment files to the new multi-environment framework.

    Distinct configuration on EKS, VMware, Tanzu or bare metal is handled through one standard interface. This increased our production release frequency.

    We completely eliminated structural server fragmentation and slashed our idle cloud infrastructure waste by nearly forty-five percent. This metric can be shared with you. This is achieved by utilizing automated bin packing and workload right-sizing across the multi-cloud footprint.

    Kubernetes Everywhere is a premier operational asset for modern multi-cloud architecture. It delivers standard, predictable workload orchestration across any underlying hardware engine with minimal setup complexity. It only loses a small amount of points because fine-tuning network policies across very strict, air-gapped, on-premise boundaries takes extra upfront coordination during the initial discovery week.

    Kubernetes Everywhere is a fully hybrid multi-cloud implementation by design. The central control plane runs as a secure cloud platform, while the actual managed worker nodes are distributed across our public clouds such as AWS and Azure, and our on-premises private data centers.

    Majority of deployment occurs in AWS and a small amount in Azure.

    The architecture decouples the management software from the local runtime, meaning our applications keep running even if the central management dashboard goes down for temporary maintenance.

    What needs improvement?

    Even though Kubernetes Everywhere is a great product, there is still room for improvement. I would say the improvements in the security part. It completely matches our rigid regulatory compliance framework. Also, the features built-in auditing for CIS benchmarks. It automatically blocks risky runtime behavior such as unauthorized root cause or unsafe credential export.

    The step-by-step documentation explicitly defines how to connect external hardware platforms using standard Helm charts or lightweight agent connectors.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere architectures for about three years to drive the infrastructure consistency and eliminate multi-cloud vendor lock-in across our container deployment pipelines.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is highly stable because the framework relies on upstream pure Kubernetes standards. It inherits the mature self-healing, auto-rebalancing, and declarative configuration models of native container tracking.

    What do I think about the scalability of the solution?

    Scalability is a primary strength. The platform features intelligent, automated bin packing and cross-cluster auto-scaling. If our customer demand spikes, it automatically expands the workloads to adjacent spare public cloud compute nodes and dynamically shrinks them back down to the right-sized baseline resource when the traffic recedes.

    How are customer service and support?

    Customer support is providing a great job. It is helping our team very much. The support and architectural frameworks are highly mature. The documentation which they provided defines how to connect the external hardware platforms using standard Helm charts. The SLA ensures they are working in a twenty-four hour by seven dedicated engineer access through our Marketplace contract. This minimizes our internal operational troubleshooting time.

    Which solution did I use previously and why did I switch?

    We previously attempted to manage multiple isolated setups manually using vanilla provider extensions, such as expensive physical edge outpost alternatives. We switched because the operational upkeep of managing separate APIs, fragmented security perimeters, and divergent billing models across three different cloud layouts was becoming completely unsustainable for our team.

    We used expensive physical edge outposts initially.

    How was the initial setup?

    Procurement through the AWS Marketplace was incredibly efficient. It completely streamlined our contracting phase by letting us purchase the platform directly through private offers, which consolidated all subscription costs into our existing unified AWS billing and counted towards our pre-established cloud spend agreements.

    What about the implementation team?

    We have purchased through AWS Marketplace.

    What was our ROI?

    We have achieved a massive return on investment within the first few quarters.

    What's my experience with pricing, setup cost, and licensing?

    Our organization subscribed to enterprise managed services and automated optimization utilized via the AWS Marketplace to handle our global container operations.

    Which other solutions did I evaluate?

    Kubernetes Everywhere model demonstrates that modern cloud infrastructure does not have to mean vendor captivity. It shifts our focus back to application value rather than spending engineering resources managing platform quirks.

    What other advice do I have?

    I want to tell about one challenge we faced using Kubernetes Everywhere. Our primary hurdle was cross-environment network latency. Some of our heavy data streaming pods deployed at edge locations were encountering delays when trying to communicate back to our core public cloud relational databases. The resolution we implemented was modifying our topology using localized caching proxy layers and configuring targeted scheduling paths to keep data heavy applications close to their database backends. This eliminated the latency overhead.

    I would say start by conducting a comprehensive resource audit using the tool's read-only discovery agent. Let the system observe your actual multi-environment workloads for a few days to see exactly where your infrastructure utilization drifts. Then use that clean metrics data to build out your scaling rules smoothly.

    My company is serving as a customer. I give Kubernetes Everywhere a rating of ten out of ten.

    JayaganeshK

    Orchestrated containers have made our non–technical team host fast, reliable web apps independently

    Reviewed on May 21, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Kubernetes Everywhere is as an orchestrated agent to make my Docker containers communicate among themselves and host a web app.

    I use Kubernetes Everywhere as an orchestrated agent in my day-to-day work to handle data which has around 10 million-plus rows. When I tried to deploy my app using a single Docker file, it took more time to deploy and my web app was slow. I decided to create a Kubernetes file where I created an orchestrated agent in which multiple Docker containers communicate among themselves and all my rows are segregated among themselves and posted separately. Using this approach, I can make my web app work faster and more efficiently so that my client can use it seamlessly.

    What is most valuable?

    Kubernetes Everywhere offers the best feature in that I can write a Docker file in a very human-readable format, allowing any person without any coding knowledge to code it in Kubernetes Everywhere.

    The human-readable format of Kubernetes Everywhere has helped my team because we are working in a field where we do not require any tech knowledge, but only for web app-related things do we need tech to be incorporated. As a non-tech person who needs to create a web app, Kubernetes Everywhere is very helpful so that, with the help of AI and other Google forums, we can create a web app seamlessly, making it very useful.

    Kubernetes Everywhere has positively impacted my organization because we do not require any tech background to make our web app work. It is very helpful and is impacting our organization in a very good manner.

    I can share that there has been a reduction in required technical staff because for hosting a web app, we previously needed to hire a new technical person. However, because of using Kubernetes Everywhere, we have saved costs by not needing to hire an employee, allowing one person in our team to manage these changes.

    What needs improvement?

    Kubernetes Everywhere is pretty good, but it can be improved in terms of reliability and speed because currently, it takes around two to three minutes to deploy my entire app, possibly due to the weight of the codes I have or some outages from the platform side. It would be helpful if they increase the deployment speed of Kubernetes Everywhere.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere for the past one and a half years.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is pretty stable already.

    What do I think about the scalability of the solution?

    The scalability of Kubernetes Everywhere is good because it works for multiple operating systems, including Linux and Windows, and it can be scalable among multiple regions, making it pretty much helpful.

    How are customer service and support?

    The customer support for Kubernetes Everywhere is good as well; they have a very good community forum, so whenever we have some doubts, we can refer to their community websites and forums, which is pretty good.

    Which solution did I use previously and why did I switch?

    We did not previously use any solution at all, so we went with Kubernetes Everywhere from scratch only.

    Which other solutions did I evaluate?

    We did not evaluate any other options before choosing Kubernetes Everywhere.

    What other advice do I have?

    I definitely advise others looking into using Kubernetes Everywhere to consider it because it does not require any tech knowledge. Anyone can create Kubernetes Everywhere files, and if they have minimal tech knowledge, they can be able to create it and do their work. Therefore, I suggest them to go with Kubernetes Everywhere before considering any other choices. I gave this product a rating of ten out of ten.

    Sushrut Shikar

    Centralized containers have reduced costs and improved deployment speed and control

    Reviewed on Apr 17, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Kubernetes Everywhere is to have a centralized infrastructure where I can manage and orchestrate all the containers in one place.

    What is most valuable?

    The main thing that makes the container orchestration of Kubernetes Everywhere stand out for me is the scalability and the ability to have it controlled. We can set the number of nodes we want to auto-scale up to, and we can also have dedicated memory and CPU usage for each of our applications, so that we ensure we are not overloading any nodes.

    The main impact of Kubernetes Everywhere on my organization was cost because we were using different cloud platforms and different services. Since we started using Kubernetes Everywhere, we brought all the applications in one place. This impacted the speed, security, and cost, and mainly the data, so the data stays in one place.

    There was an improvement in the deployment pipeline because of the Helm charts that we use with Kubernetes Everywhere. In terms of speed, speed was 50% faster than what it was before. In terms of cost, we were able to save up to 40% of the DevOps cost.

    The best features that Kubernetes Everywhere offers is the container orchestration.

    What needs improvement?

    The best way to improve Kubernetes Everywhere is to implement AI agents which can dive deeper and it will be easy for the tech enthusiast or tech expert to just chat with that agent, so that we don't have to spend hours in debugging and finding the root causes of server downtime.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere since the last two years.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is stable.

    What do I think about the scalability of the solution?

    Kubernetes Everywhere's scalability is definitely great.

    How are customer service and support?

    Customer support for Kubernetes Everywhere could be better.

    Which solution did I use previously and why did I switch?

    Previously I used Google's App Engine and I had to switch to Kubernetes Everywhere because as I mentioned previously, we wanted to bring everything to one cloud platform.

    What other advice do I have?

    I would rate the customer support of Kubernetes Everywhere at eight on a scale of one to ten. I think they should thoroughly check the documentation for Kubernetes Everywhere because that is where 90% of the information is. I would give this product an overall rating of nine.

    AnilKumar13

    Careful orchestration has delivered zero‑downtime deployments and rapid application rollouts

    Reviewed on Apr 12, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Kubernetes Everywhere is managing production and development clusters for updating and maintaining clusters, nodes, and upgrading the node Kubernetes version as required. I sometimes have to create new clusters for short-term use cases.

    What is most valuable?

    The best features Kubernetes Everywhere offers me in my work are scalability and zero downtime deployment. We can upgrade application versions with zero downtime.

    Kubernetes Everywhere has positively impacted my organization by providing lower costs, flexibility, and scalability. We can spin up a new application in a few seconds or minutes, and we can secure applications using ingress.

    What needs improvement?

    I think Kubernetes Everywhere could be better for me. Two years ago, I faced ingress-related issues where our application exposes multiple ports and we bind different DNS with different ingress configurations. When we combined multiple ingress configurations into a single one, it created issues that took approximately three to four months to resolve. Any better way to handle ingress would be helpful.

    The ingress issue is the main concern for me because I continue to face ingress-related issues most of the time. However, all other aspects work well if you follow the documentation.

    For how long have I used the solution?

    I have been familiar with Kubernetes Everywhere for around five or more years.

    What was our ROI?

    I can quantify the impact on deployment time. Deploying an application at the instance level takes approximately one week. Deploying the same application on Kubernetes Everywhere takes one week for the first deployment, but subsequent deployments require only one day.

    What other advice do I have?

    I suggest that someone considering using Kubernetes Everywhere for the first time should follow the documentation carefully. If you follow the steps methodically, you can easily deploy anything. However, if you search randomly online and run commands without understanding them while trying to launch a cluster and deploy a live application, you may encounter difficulties. I would rate this product an eight out of ten.

    reviewer2167305

    Managing cloud security and AI workloads has become efficient and reduces downtime

    Reviewed on Mar 04, 2026
    Review from a verified AWS customer

    What is our primary use case?

    My main use case for Kubernetes Everywhere is that we are using Google Cloud in our organization, and security is based on Kubernetes on GCP.

    A quick, specific example of how I use Kubernetes Everywhere with GCP is that we have our own AI tool which is deployed via Terraform to GCP, and we use GCP in day-to-day life.

    Additionally, I want to add that we have our portal, portal login, API security, and all the services are deployed entirely on GCP.

    What is most valuable?

    The best features Kubernetes Everywhere offers for my team or organization are that it has both a UI interface as well as the command interface for day-to-day activities.

    The UI and command interface help me in my daily activities because we have our own software which is deployed on the portal, and our portals are deployed in Kubernetes clusters. Whenever the pods are failing, we get errors such as memory out of unit in Java JVM, allowing us to reboot the pods and have them come up. We can do this via UI as well as with GCP commands, and on the Kubernetes side, we can connect to any cluster which has issues and resolve the problems.

    Kubernetes Everywhere has positively impacted my organization with cost savings, where we have a good amount of savings around sixty thousand to seventy thousand USD per year. It is pretty efficient, fast, and it has reduced our downtime as well.

    What needs improvement?

    Kubernetes Everywhere can be improved if it had more convenient commands, which would make it easier for me to remember all the commands in GCP for Kubernetes.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere for three to four years.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is stable in my experience.

    What do I think about the scalability of the solution?

    Kubernetes Everywhere has good scalability features, and I have seen it scale pods up to three hundred, making it pretty scalable and fast.

    How are customer service and support?

    I have reached out to the Google Cloud team for customer support, but it is not as good compared to the AWS support team.

    Which solution did I use previously and why did I switch?

    I have not previously used a different solution before Kubernetes Everywhere.

    What's my experience with pricing, setup cost, and licensing?

    Regarding my experience with pricing, setup cost, and licensing for Kubernetes Everywhere, I have not deployed it from scratch, so I am not aware of the pricing and the setup cost. However, I know that we have the licensing for the next three years.

    Which other solutions did I evaluate?

    Before choosing Kubernetes Everywhere, I have not evaluated other options personally, but my organization would have done that.

    What other advice do I have?

    I rate Kubernetes Everywhere a nine out of ten.

    I choose nine out of ten because the commands are a little bit tricky to remember, causing me to reduce one point.

    My advice to others looking into using Kubernetes Everywhere is to go with it; it is very good and reliable in the market.

    I have no additional thoughts about Kubernetes Everywhere before we wrap up; I am all good. My overall review rating for Kubernetes Everywhere is nine.

    reviewer2021799

    Fault-tolerant orchestration has supported AI workloads and simplifies high-availability operations

    Reviewed on Feb 02, 2026
    Review provided by PeerSpot

    What is our primary use case?

    I cannot definitively say what the main use cases for Kubernetes Everywhere are since it can be utilized with multiple different projects. It can be used effectively for CI/CD integration with no complexity and is easy to use, providing many benefits.

    Kubernetes Everywhere is most beneficial when you have machine learning workloads or AI workloads, as it is particularly useful for those scenarios.

    I have very limited use cases with Kubernetes Everywhere and do not have a full scale deployment.

    What is most valuable?

    Kubernetes has its own fault tolerance and can automatically bring up a pod whenever there are any interruptions. Kubernetes default functions such as DaemonSets and other features services provide a rich fault tolerance.

    We use Ingress in Kubernetes Everywhere to load balance multiple workloads.

    The initial setup of Kubernetes Everywhere is good, and the documentation provides clear instructions.

    Kubernetes Everywhere is easy to operate when you have a settled environment and easy to manage. It offers high availability and fault tolerance with all high availability features, a rich support of latest technologies, vulnerability management, and easy management.

    What needs improvement?

    I have not been using Kubernetes Everywhere for a long time, but I recently came across it. I have good hands-on experience with Kubernetes from the past three to four years, but with Kubernetes Everywhere for only the past six months.

    Due to poor planning of the application developers and resource management, I have seen crashes, downtimes, and performance issues. Different scenarios have occurred where applications went offline, some applications ran into performance-related issues, and some had connectivity issues. I have to go through these situations and identify the specific case in each instance.

    I have tried to scale it up and scale it out for Kubernetes Everywhere. Unfortunately, Kubernetes Everywhere does not have an automatic scale-up tool, but I have done scaling and scaling down manually.

    It would be a great feature if Kubernetes Everywhere could provide default monitoring and alerting instead of depending on Prometheus and Grafana.

    For how long have I used the solution?

    Past one year.

    What do I think about the stability of the solution?

    Due to poor planning of the application developers and resource management, I have seen crashes, downtimes, and performance issues. Different scenarios have occurred where applications went offline, some applications ran into performance-related issues, and some had connectivity issues. I have had to identify and fix these issues in specific cases.

    How are customer service and support?

    I had issues with our private cloud, and we have a private cloud vendor, which is Mirantis Kubernetes. Multiple cases were raised with them, and unfortunately, they did not have any fixes initially. They eventually came to us with some fixes to address the issues that we encountered.

    For tech support with Kubernetes Everywhere, I would rate it between eight to nine out of ten.

    How was the initial setup?

    The initial setup of Kubernetes Everywhere is good, and the documentation provides clear instructions.

    What other advice do I have?

    I do not have hands-on experience with hybrid cloud for Kubernetes Everywhere. I have done some work on-premise, but I am moving toward a hybrid model that is currently in the test phase. As of now, I could not describe any benefits regarding hybrid cloud.

    Managed file transfer and Kubernetes Everywhere are two different use cases, and I do not see major differences between them. I cannot compare both products.

    My overall review rating for Kubernetes Everywhere is eight out of ten.

    reviewer2785698

    Hybrid deployments have unified multi-cloud apps and now demand simpler initial setup

    Reviewed on Dec 22, 2025
    Review from a verified AWS customer

    What is our primary use case?

    One of the main use cases for Kubernetes Everywhere is deploying applications onto Kubernetes using different multiple on-premises servers. I use Kubernetes Everywhere for deploying web applications and AI/ML models.

    How has it helped my organization?

    Kubernetes Everywhere has positively impacted my organization as it can be used for deploying multiple applications, multi-tenancy, and multi-cloud infrastructure. It is very simple.

    What is most valuable?

    The best features Kubernetes Everywhere offers is the ability to deploy once and use everywhere. Deploying is somewhat difficult, but after deploying, usage is very simple and robust.

    It definitely saved a lot of time and money, and it is very effective with speed and has many features that are useful for many applications.

    Kubernetes Everywhere is based on the open-source Kubernetes tool, so everything that is implemented by Kubernetes open-source should be implemented in Kubernetes Everywhere as well.

    It can be seamlessly integrated with all kinds of storage, security, and other tools.

    It is a very good tool with most of the features taken from Kubernetes open-source, and it works really well, is highly scalable with very low latency.

    What needs improvement?

    Deploying Kubernetes Everywhere infrastructure is somewhat difficult because there are many components that need to be deployed. However, once deployed, using it is very simple, taking the applications and directly deploying them using CI/CD pipelines. It works seamlessly with all kinds of CI/CD pipeline tools.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere for the past three years.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is very stable.

    What do I think about the scalability of the solution?

    Its scalability is excellent.

    How are customer service and support?

    The customer support is good. I would rate the customer support 10 out of 10 as they are really helpful in resolving all the issues when we are facing any problems.

    How would you rate customer service and support?

    Positive

    What was our ROI?

    It saved a lot of money and manpower.

    What's my experience with pricing, setup cost, and licensing?

    It is a very good tool with decent pricing, and it is not overpriced.

    Which other solutions did I evaluate?

    We did not choose any different solution or other tool for Kubernetes.

    What other advice do I have?

    I have provided all the necessary inputs. The review rating is not available.

    Which deployment model are you using for this solution?

    Hybrid Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)
    reviewer2784369

    Reliable mobile platform has delivered accurate retirement data and reduces incident rates

    Reviewed on Dec 03, 2025
    Review from a verified AWS customer

    What is our primary use case?

    My main use case for Kubernetes Everywhere is for mobile integrations.

    I do not use Kubernetes Everywhere for patients; this is for mobile channel integrations where we serve our participants financial information about their retirement.

    Kubernetes Everywhere helps with these integrations primarily regarding reliability.

    What makes Kubernetes Everywhere reliable for my team is that, since I mentioned, it's financial information, we have to provide accurate information to our participants, and it's specifically retirement; we do not want to give incorrect data. So, we rely on Kubernetes Everywhere to provide that information accurately so that our participants are not given incorrect information, and it also saves our brand reliability with our participants.

    What is most valuable?

    The best feature Kubernetes Everywhere offers is the reliability feature, which mostly impresses me.

    What makes the reliability stand out for me is uptime and error handling; also, as I mentioned previously, it's providing reliable data, which is very important for us in TIAA because it is the retirement data that we serve, and we do not want to provide anything incorrect to our participants. As this is a 100-year-old company, we want to make sure our participants are given the accurate information, reliable information that they deserve.

    Kubernetes Everywhere has impacted my organization positively by being reliable as well as providing accurate data, maintaining the uptime, which is very important, and making sure we deliver the accurate data that is required by our participants.

    I have seen specific outcomes, with incidents having definitely reduced drastically from what it was a few years back; so certainly, I can see there is more than 25 to 50% reduction in the incidents since adopting Kubernetes Everywhere.

    What needs improvement?

    At this time, I may not have any improvement suggestions; I want to explore more, so the features currently provided satisfy me, but if there is anything Kubernetes Everywhere can share with modernization, that would be great.

    Keeping up with new technologies was exactly on my mind; if we can be provided information about those new technologies that can modernize would be helpful.

    For how long have I used the solution?

    I have been using Kubernetes Everywhere for a couple of years.

    What do I think about the stability of the solution?

    Kubernetes Everywhere is stable.

    What do I think about the scalability of the solution?

    I may not have much more insight into its scalability at this time because, as I have been mentioning in the previous inputs, I'm focused on reliability; hence, at this time, I may have to dig deeper into the scalability aspect of it.

    How are customer service and support?

    The customer support for Kubernetes Everywhere is great.

    I would rate the customer support on a scale of one to ten as an eight.

    Which solution did I use previously and why did I switch?

    I may have to check on what solution we previously used before Kubernetes Everywhere, but from the time we switched to Kubernetes Everywhere, it has been reliable and helped with incident reductions.

    How was the initial setup?

    I did purchase Kubernetes Everywhere through the AWS Marketplace.

    What about the implementation team?

    The experience with pricing, setup cost, and licensing is handled by our enterprise pricing team, but what I feel is for the reliability that it provides; I'm sure the pricing would have been according to discussions with the enterprise team.

    What was our ROI?

    I have seen a return on investment; fewer incidents are my main return on investment.

    Which other solutions did I evaluate?

    Before choosing Kubernetes Everywhere, I think we were pretty much interested in it; we went with that option, and in our organization, it's done at the enterprise level, so we were provided Kubernetes Everywhere, which was really great for us to use.

    What other advice do I have?

    My advice for others looking into using Kubernetes Everywhere is to look at its reliability options and how it can help reduce incidents and keep the environment stable. I would rate this review an eight out of ten.