apiVersion: apps/v1
kind: Deployment
metadata:
name: devops-app
spec:
replicas: 3
selector:
matchLabels:
app: devops
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}
FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
COPY . .
CMD ["npm", "start"]

Automating the Future with DevOps Excellence
kubectl apply -f allwin_devops.yaml [100%] ✓
As an experienced DevOps engineer, my commitment lies in transforming concepts into cutting-edge infrastructure solutions. Discover my recent projects and articles, highlighting my proficiency in automating deployments and optimizing system reliability.
4+
Years Experience
10+
Projects Deployed
99.9%
Uptime Achieved
AWS
Kubernetes
Docker
Terraform
Jenkins