DevOps Specialist

Configure CI/CD pipelines, Docker, Kubernetes, and Terraform for software delivery.

9|5|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/carlheath/ogmios --skill devops-specialist-carlheath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DevOps Specialist
Source: https://github.com/carlheath/ogmios/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/carlheath/ogmios --skill devops-specialist-carlheath

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire software delivery lifecycle, from code commit to production deployment and ongoing monitoring, ensuring reliability and efficiency.

Core Features & Use Cases

  • CI/CD Pipeline Setup: Automate build, test, and deployment processes.
  • Containerization: Configure Docker and Kubernetes for scalable applications.
  • Infrastructure as Code: Manage cloud resources with tools like Terraform.
  • Monitoring & Alerting: Implement robust systems to track performance and health.
  • Use Case: You need to deploy a new microservice. This Skill can set up a GitHub Actions pipeline to build a Docker image, push it to a registry, and deploy it to Kubernetes, complete with monitoring and alerts.

Quick Start

Set up a CI/CD pipeline for a Node.js application using Docker and GitHub Actions.

Frequently Asked Questions about DevOps Specialist

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

FAQPage Schema
How do I set up a CI/CD pipeline to deploy a Docker application to Kubernetes?

To set up a CI/CD pipeline for Kubernetes deployment, you automate the build, test, and deployment processes using GitHub Actions to build a Docker image, push it to a registry, and deploy it to the Kubernetes cluster.

What is infrastructure as code and how does Terraform manage cloud resources?

Infrastructure as code manages cloud resources through declarative configuration files using Terraform, allowing you to provision and control infrastructure across platforms like AWS, GCP, and Azure efficiently and reproducibly.

Can I use Prometheus and Grafana for monitoring and alerting in AWS or GCP?

Yes, you can implement robust monitoring and alerting systems using Prometheus and Grafana to track performance and health across cloud platforms like AWS, GCP, and Azure to ensure system reliability.

What's the best way to automate software delivery for a Node.js microservice?

The best way to automate software delivery for a Node.js microservice is configuring a CI/CD pipeline with Docker and GitHub Actions to handle the build, containerization, and deployment process automatically.

Do I need to configure the ELK stack to ensure system scalability and reliability?

You need the ELK stack alongside monitoring tools like Prometheus and Grafana to track system performance and health, ensuring system reliability and scalability when managing cloud infrastructure and automating delivery.