The use of virtual clusters (vClusters) in Kubernetes, i.e. running virtual clusters inside of physical clusters, has the potential to disrupt the use of Kubernetes in a variety of settings, from cloud-native development to machine learning experiments. (For an overview of the general benefits of virtual clusters and their use cases, refer to this article). One of these settings is continuous integration/deployment (CI/CD) and the related testing of software. In this post, I will describe how virtual clusters can be used for CI/CD and testing and what their benefits are for this use case. How virtual Kubernetes clusters can solve current issues of integrating Kubernetes in CI/CD and testing processes.
How virtual Kubernetes clusters can solve current issues of integrating Kubernetes in CI/CD and testing processes.
The use of virtual clusters (vClusters) in Kubernetes, i.e. running virtual clusters inside of physical clusters, has the potential to disrupt the use of Kubernetes in a variety of settings, from cloud-native development to machine learning experiments. One of these settings is continuous integration/deployment (CI/CD) and the related testing of software. In this post, I will describe how virtual clusters can be used for CI/CD and testing and what their benefits are for this use case.
continous-deployment virtualization continous-integration kubernetes
Our original Kubernetes tool list was so popular that we've curated another great list of tools to help you improve your functionality with the platform.
Get Hands-on experience on Kubernetes and the best comparison of Kubernetes over the DevOps at your place at Kubernetes training
This article explains how you can leverage Kubernetes to reduce multi cloud complexities and improve stability, scalability, and velocity.
Get Hands-on experience on Kubernetes and the best comparison of Kubernetes over the DevOps at your place at Kubernetes training
Kubernetes configurations are typically written in YAML files, and the specific syntax can often be difficult to remember. Even worse, having to remember which apiVersion to use for each resource can be difficult to remember. In this post, I will provide a few methods of quickly creating and applying new deployments YAML manifests. Deployment YAML … Continue reading "Kubernetes Deployment Cheatsheet"