惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Fortinet All Blogs
大猫的无限游戏
大猫的无限游戏
I
InfoQ
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
有赞技术团队
有赞技术团队
G
Google Developers Blog
L
LangChain Blog
博客园_首页
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
月光博客
月光博客
IT之家
IT之家
量子位
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网

VMware Blogs

Mastering Infrastructure Policies in VMware Cloud Foundation Automation 9.1 Modernizing the Private Cloud: Why VCF 9.1 Lifecycle Management is a Game Changer Announcing the VMware Cloud Foundation 9.1 Upgrade Planning Tool VCF Breakroom Chats Episode 86 – Containers Made Easy: The New “Container-as-a-Service” in VCF 9.1 Securing Your VCF 9.1 Infrastructure with the Symantec Identity Security Platform Virtually Speaking: The AI Reality Check with Dave Linthicum Zero Touch Provisioning: Activating Edge Sites with VMware Cloud Foundation Edge 9.1 VCF Breakroom Chats Episode 85 – Cloning Success at Scale: Inside VCF 9.1’s App Stack Formation VMware Cloud on AWS の使用状況を確認できる API Unlocking the Full Potential of Programmable Infrastructure with VMware Cloud Foundation 9.1 – New Features and Capabilities Smarter Patching at Scale: Vulnerability Assessment and Remediation with VMware Tanzu Platform Encrypted vMotion Offload to Intel QAT in VMware Cloud Foundation 9.1 Deepen Your Expertise: Four Key Benefits of Attending Increase Deployment Flexibility with VCF Edge Automation 1.0.3 Avi Advantage: Automating Certificate Management of VCF Workloads More Memory, Less Effort: Configuring Memory Tiering in VCF 9.1 VCF 9.1 Licensing: Programmatic, Centralized, and Built to Scale Why APJ Networking Professionals Need Private Cloud Expertise VCF 9.1 Networking: Simpler VPC Connectivity Control VCF 9.1 Networking: Exploring Network Services for Virtual Private Clouds VCF Networking 9.1: Seamless DDI Integration with Infoblox The Open Source Advantage: Building from Source for Ultimate Security Expand Shared VMDKs with Clustered Applications in VMware vSAN for VCF 9.1 Monetizing Zero-Trust Security with VCF 9.1 and VMware vDefend VMware vSAN Protection and Recovery Enhancements for VCF 9.1 Deliver Production SQL Server DBaaS with VMware Data Services Manager 9.1 Maximizing Profitability: VCF 9.1 Cost-Focused Approach for VMware Cloud Service Providers Modernizing Your Infrastructure: Introducing VMware Cloud Foundation 9.1 to VCSPs VCF 9.1 is Available: Explore the New Features in Hands-on Labs What’s New with vSphere in VMware Cloud Foundation 9.1?
Streamlining CI/CD and GitOps on VMware vSphere Kubernete...
Hugo Phan · 2026-06-16 · via VMware Blogs

With VMware Cloud Foundation (VCF) 9, the focus for platform teams has shifted from simply providing infrastructure to enabling seamless, secure application delivery. As organizations scale their containerized workloads, the challenge lies in balancing developer velocity with operational guardrails.

In this article, we are diving into how you can build a robust, enterprise-grade delivery pipeline using VMware vSphere Kubernetes Service (VKS) integrated with Harness for CI/CD, Wiz for security, and Dynatrace for observability.

The Architecture: A Unified Consumption Model

To simplify the deployment of modern applications, we’ve introduced a structured VKS Consumption Model. This model provides a blueprint for using Infrastructure as Code and Helm to bootstrap VKS clusters and connect them to a centralized delivery plane.

At the heart of this design is the Harness Delegate. Running within your VCF environment, the Delegate acts as the bridge between the Harness SaaS manager and your private VKS clusters. This ensures that your sensitive credentials and cluster endpoints never leave your secure environment while still benefiting from a powerful, cloud-native orchestration platform.

Implementing GitOps for VKS

GitOps has become the gold standard for Kubernetes operations, and for good reason. By treating your Git repository as the single source of truth, you ensure that the state of your VKS cluster always matches your desired configuration.

Using Harness GitOps, platform teams can manage the lifecycle of VKS clusters and applications with ease:

  • State Reconciliation: Automatically detect and correct configuration drift between Git and your live VKS environment.
  • Version Control: Every change to your infrastructure or application is audited and reversible through Git commits.
  • Standardized Deployments: Use Helm charts stored in your repository to deploy consistent environments across development, staging, and production.

Shifting Left with Integrated Security and Observability

A delivery pipeline is only as good as the safety nets it provides. By integrating Wiz and Dynatrace directly into the Harness pipeline for VKS, we achieve “Shift-Left” security and full-stack observability.

Security Scanning with Wiz

Before a container image ever reaches your VKS cluster, it must be validated. By integrating Wiz into the CI stage, the pipeline automatically scans container images for vulnerabilities, misconfigurations, and secrets. If a high-risk vulnerability is detected, the pipeline can automatically halt the deployment, protecting your VCF environment from Day 0.

Performance Insights with Dynatrace

Once deployed, the focus shifts to health. Dynatrace integration allows the pipeline to perform automated “Health Checks” or “Quality Gates.” By pulling real-time metrics from the Dynatrace OneAgent running on VKS, Harness can determine if a new deployment has caused a performance regression or an increase in error rates, triggering an automatic rollback if necessary.

Getting Started with the VKS Consumption Model

Ready to build this in your own VCF environment? We have provided a comprehensive set of resources to get you started:

  1. Review the Architecture: Understand the architecture for this integration.
  2. Review the Design: Understand the design for this integration.
  3. Configure the Integration: Follow our technical guides for connecting Wiz and Dynatrace into your pipelines.
  4. Deploy the Blueprint: Use the VKS Consumption Models GitHub repository to access Helm charts designed to automate the setup of your VKS-Harness ecosystem.

By combining the sovereign cloud capabilities of VMware Cloud Foundation with the automation of Harness and the intelligence of Wiz and Dynatrace, platform teams can finally provide a “Golden Path” for developers—one that is fast, secure, and observable by default.

For more deep dives into VKS and VMware Cloud Foundation 9, stay tuned to the VCF VKS Blog.


Discover more from VMware Cloud Foundation (VCF) Blog

Subscribe to get the latest posts sent to your email.