devops-cloud

DevOps & Cloud Infrastructure Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "devops-cloud" with this command: npx skills add pluginagentmarketplace/custom-plugin-typescript/pluginagentmarketplace-custom-plugin-typescript-devops-cloud

DevOps & Cloud Infrastructure Skill

Quick Start - Docker

FROM node:18-alpine

WORKDIR /app

COPY package*.json ./ RUN npm ci --only=production

COPY . .

EXPOSE 3000

CMD ["node", "server.js"]

Build image

docker build -t myapp:1.0 .

Run container

docker run -p 3000:3000 myapp:1.0

Core Technologies

Containerization

  • Docker (images, containers, compose)

  • Container registries

  • Multi-stage builds

  • Container security

Orchestration

  • Kubernetes (K8s)

  • Helm package management

  • Operators and controllers

  • GitOps (ArgoCD, Flux)

Cloud Platforms

  • AWS: EC2, S3, RDS, Lambda, ECS, EKS

  • GCP: Compute Engine, Cloud Run, Dataflow

  • Azure: VMs, App Service, AKS

CI/CD

  • GitHub Actions

  • GitLab CI/CD

  • Jenkins

  • CircleCI

Infrastructure as Code

  • Terraform

  • CloudFormation

  • Ansible

  • Pulumi

Monitoring

  • Prometheus + Grafana

  • ELK Stack (Elasticsearch, Logstash, Kibana)

  • DataDog, New Relic

  • CloudWatch

Best Practices

  • Automation - Automate everything

  • Infrastructure as Code - Version control infrastructure

  • Monitoring - Comprehensive observability

  • Security - Defense in depth

  • Documentation - Keep runbooks current

  • Testing - Test infrastructure changes

  • Versioning - Version all configurations

  • Disaster Recovery - Regular DR testing

Resources

  • Kubernetes Documentation

  • Docker Documentation

  • Terraform Documentation

  • AWS Documentation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

career-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

advanced-types

No summary provided by upstream source.

Repository SourceNeeds Review