devops-cloud

Provide DevOps guidance and code examples for AWS, GCP, and Azure.

88|22|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/travisjneuman/.claude --skill devops-cloud-travisjneuman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-cloud
Source: https://github.com/travisjneuman/.claude/tree/main/skills/devops-cloud
Command: npx skills add https://github.com/travisjneuman/.claude --skill devops-cloud-travisjneuman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and code examples for managing cloud infrastructure, implementing DevOps practices, and orchestrating containerized applications.

Core Features & Use Cases

  • Cloud Platform Management: Covers AWS, GCP, and Azure services for compute, serverless, and storage.
  • Kubernetes Orchestration: Details core concepts, service types, Ingress, and Helm charts.
  • Infrastructure as Code: Includes Terraform examples for provisioning cloud resources.
  • CI/CD Pipelines: Provides templates for GitHub Actions and GitLab CI.
  • Containerization: Offers Dockerfile and Docker Compose examples.
  • Observability & Security: Covers Prometheus, Grafana, secrets management, and network policies.
  • Use Case: Set up a new Kubernetes cluster on AWS using Terraform, configure a CI/CD pipeline with GitHub Actions to deploy a containerized application, and implement basic monitoring with Prometheus and Grafana.

Quick Start

Use the devops-cloud skill to generate a basic Kubernetes deployment manifest for a web application.

Frequently Asked Questions about devops-cloud

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

FAQPage Schema
How do I provision a Kubernetes cluster on AWS using Terraform?

To provision a Kubernetes cluster on AWS using Terraform, you define your cloud infrastructure resources in Terraform configuration files, which are then applied to automatically orchestrate and launch the EKS cluster and its associated compute nodes.

What's the best way to set up a CI/CD pipeline for containerized applications?

The best way to set up a CI/CD pipeline for containerized applications is by defining deployment workflows in GitHub Actions or GitLab CI, which automatically build your Docker images and deploy them to a managed Kubernetes cluster.

Can I manage AWS, GCP, and Azure cloud infrastructure using a single approach?

Yes, you can manage AWS, GCP, and Azure cloud infrastructure using a single approach by defining your resources as code with Terraform, allowing you to consistently provision compute, serverless, and storage services across multiple cloud platforms.

How do I implement observability and monitor Kubernetes deployments?

To implement observability and monitor Kubernetes deployments, you configure Prometheus to scrape and collect cluster metrics, and then visualize this performance data using Grafana dashboards to track the health of your containerized applications.

How do I secure cloud infrastructure and manage secrets in Kubernetes?

To secure cloud infrastructure and manage secrets in Kubernetes, you implement network policies to control pod communication and utilize dedicated secrets management tools to protect sensitive credentials from unauthorized access.