harness-eks-deployments

Automates Kubernetes deployments to AWS EKS clusters via Harness CD with GitOps options.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/markus41/claude --skill harness-eks-deployments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: harness-eks-deployments
Source: https://github.com/markus41/claude/tree/main/plugins/aws-eks-helm-keycloak/skills/harness-eks-deployments
Command: npx skills add https://github.com/markus41/claude --skill harness-eks-deployments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the deployment of applications to Amazon Elastic Kubernetes Service (EKS) using Harness CD, supporting various deployment strategies and infrastructure configurations.

Core Features & Use Cases

  • Multiple Deployment Methods: Supports Native Helm, Kubernetes manifests, and GitOps (ArgoCD).
  • Advanced Deployment Strategies: Implements Rolling, Canary, and Blue-Green deployments.
  • Infrastructure & Environment Management: Defines EKS infrastructure and environment-specific overrides.
  • Use Case: Streamline your CI/CD pipeline by automating the deployment of your microservices to EKS, ensuring zero-downtime with canary releases and quick rollbacks.

Quick Start

Use the harness-eks-deployments skill to deploy the 'my-service' application to the 'production' environment using a native Helm deployment.

Frequently Asked Questions about harness-eks-deployments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployments to EKS using Harness CD?

To automate EKS deployments with Harness CD, you define EKS infrastructure and environment configurations, then select a deployment method like Native Helm, Kubernetes manifests, or GitOps.

Can I use GitOps with ArgoCD to deploy to EKS through Harness?

Yes, GitOps with ArgoCD is supported as a deployment method. You can manage EKS infrastructure definitions and environment-specific overrides while utilizing GitOps strategies.

What advanced deployment strategies are supported for EKS clusters?

Rolling, Canary, and Blue-Green deployment strategies are supported. These strategies help ensure zero-downtime releases and enable quick rollbacks for your microservices.

Does Harness CD support Native Helm and Kubernetes manifests for EKS?

Yes, Native Helm and Kubernetes manifests are both supported deployment methods. You can use either approach to deploy applications to your AWS EKS clusters.

How do I configure environment-specific overrides for EKS deployments?

You can manage environment-specific overrides by defining EKS infrastructure and environment configurations within Harness CD before executing your deployment strategy.

When should I use canary deployments for EKS microservices?

Canary deployments are ideal for ensuring zero-downtime when releasing microservices to EKS. They allow gradual traffic shifting and quick rollbacks if verification steps detect issues.