Skip to content
View CyberEclipses's full-sized avatar

Block or report CyberEclipses

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CyberEclipses/README.md

Cyber Eclipse

AWS and DevOps practitioner building cloud infrastructure, deployment pipelines, container platforms, operational automation, and production-support capabilities.

My work focuses on the path from infrastructure design to reliable operation:

  • AWS architecture and infrastructure operations
  • CI/CD pipeline implementation
  • Docker and container deployment
  • Kubernetes and Amazon EKS
  • Linux and platform troubleshooting
  • Monitoring, logging, health checks, and runtime validation
  • DevSecOps controls across code, dependencies, images, and deployments
  • Runbooks, rollback planning, and operational documentation

Current engineering focus

I am strengthening a public body of work around three areas:

  1. AWS infrastructure and container deployment
  2. CI/CD and DevSecOps delivery systems
  3. Linux and platform operations

Every project is documented as an implementation record: what I configured, how I validated it, what failed, how I investigated it, and what the result proves.

Featured implementations

Amazon EKS application deployment

Deployed a multi-service application on Amazon Elastic Kubernetes Service using AWS CLI, eksctl, kubectl, Helm, AWS Identity and Access Management, OpenID Connect integration, the AWS Load Balancer Controller, and the Amazon Elastic Block Store Container Storage Interface driver.

The repository documents the infrastructure implementation and validation performed around an existing open-source application workload.

DevSecOps pipeline on AWS

Implemented and validated a delivery pipeline involving Jenkins, Docker, Amazon EKS, SonarQube, Trivy, Helm, Argo CD, Prometheus, and Grafana.

The project focuses on the delivery system around the application: build automation, security checks, container delivery, Kubernetes deployment, GitOps visibility, monitoring, troubleshooting, and runtime evidence.

Building now

DevOps Platform Operations Lab

A local-first, cost-controlled platform operations environment built progressively:

NGINX
→ Docker
→ Apache
→ Tomcat
→ Java application
→ MySQL / MariaDB
→ Elasticsearch

With:

Docker Compose
Prometheus
Grafana
Loki
Alertmanager
Nagios
AWS EC2
Amazon S3
Amazon CloudWatch

The lab is designed to cover the complete operational cycle:

Build
→ Operate
→ Break
→ Troubleshoot
→ Recover
→ Document

AWS certification path

  • AWS Certified DevOps Engineer – Professional — In progress
  • AWS Certified Solutions Architect – Associate
  • AWS Certified Cloud Practitioner

Core technologies

AWS · Linux · Docker · Docker Compose · Kubernetes · Amazon EKS · Amazon ECS · Amazon ECR · GitHub Actions · Jenkins · NGINX · Terraform · Prometheus · Grafana · SonarQube · Trivy · Python · Boto3

Engineering principles

  • Runtime evidence before assumptions
  • Repeatable infrastructure and deployment processes
  • Secrets separated from source control
  • Health checks, logs, metrics, and rollback built into delivery
  • Clear ownership of failures and recovery
  • Documentation that supports the next operator
  • AI used as an engineering accelerator under human validation

Open-source direction

I am beginning a consistent DevOps-focused open-source contribution practice through documentation corrections, deployment examples, CI workflows, tests, troubleshooting improvements, and operational fixes.

Pinned Loading

  1. Application_Deployment_EKS Application_Deployment_EKS Public

    Forked from iam-veeramalla/three-tier-architecture-demo

    Hands-on Amazon EKS deployment using Helm, IAM/OIDC, AWS Load Balancer Controller, EBS CSI storage and Kubernetes workload validation.

    JavaScript

  2. DevSecOps-Project DevSecOps-Project Public

    Forked from N4si/DevSecOps-Project

    AWS DevSecOps pipeline with Jenkins, Docker, SonarQube, Trivy, Amazon EKS, Argo CD, Prometheus and Grafana.

    TypeScript