Skip to content
View Ralphlarry's full-sized avatar

Block or report Ralphlarry

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
Ralphlarry/README.md

Hi, I'm Lanre

Aspiring DevOps Engineer · Lagos, Nigeria · 18 years in IT infrastructure → Cloud & DevOps

I spent 18 years managing physical servers, networks, and DR systems in Oil & Gas — and I've spent the last year rebuilding that foundation in the cloud. I document everything I build, including the mistakes.


🔧 What I Work With

Containers & Orchestration Docker · Kubernetes (AKS, Kind) · Helm · Docker Compose

Infrastructure as Code Terraform · Ansible

CI/CD Azure Pipelines · GitHub Actions

Cloud Microsoft Azure (AKS, Azure OpenAI, VM, Load Balancer) · AWS (EC2, S3, IAM, VPC)

Observability Prometheus · Grafana

Scripting Bash · PowerShell

AI/Agents Spring AI · Azure OpenAI · Claude API


📁 DMI Cohort 2 Portfolio

11 repositories covering everything I built during the DevOps Micro Internship at The CloudAdvisory Oy (Finland).

# Repository What it covers
01 linux-devops-foundations EC2 provisioning, Nginx, production health checks
02 git-github-devops Branching, conventional commits, fork-PR collaboration
03 aws-cloud-architecture S3, EC2+RDS, ALB+ASG, three-tier architecture
04 azure-cloud-architecture Azure VM, Load Balancer, MySQL Flexible Server, Bastion
05 agentic-ai-devops-claude-code Claude Code for DevOps: CLAUDE.md, Skills, MCP servers
06 terraform-infrastructure-as-code Azure VM, AWS EC2, modular VPC, three-tier ALB+ASG+RDS
07 ansible-configuration-management Ad-hoc commands, Nginx playbook, roles
08 azure-devops-cicd-pipelines Self-hosted agent, multi-stage Build→Test→Deploy, AKS
09 docker-containerization Multi-stage builds (2.12GB→94MB), Compose, monitoring
10 kubernetes-fundamentals Deployments, HPA, probes, ClusterIP/NodePort/LoadBalancer
11 spring-petclinic-genai-chatbot GenAI chatbot on AKS — Spring AI + Azure OpenAI + Helm

⭐ Flagship Project — PETC-708: GenAI PetClinic Chatbot

Integrated a production GenAI chatbot into a Spring Boot microservices app deployed on AKS.

Stack: Spring Boot · Spring AI · Azure OpenAI (GPT-4o-mini + text-embedding-ada-002) · Docker · Terraform · AKS · Helm · Azure Pipelines · Grafana

Real problems I solved:

  • ISP blocking Docker Hub pulls → used az acr import to mirror images via Azure
  • Reactive threading crash in Spring AI → fixed with Mono.fromCallable + boundedElastic scheduler
  • Exposed API key committed to git → scrubbed with git filter-repo
  • Empty vector store responses → diagnosed embedding model mismatch, corrected model config

→ See the repo


🏗️ Other Projects

epicbook-app — Full-stack Node.js/Express + MySQL + Nginx, containerised with multi-stage Docker builds. Image size: 2.12GB → 94MB.

epicbook-infra — Azure DevOps 4-stage CI/CD pipeline for EpicBook: Build → Test → Staging → Production with manual approval gate.


📫 Get in Touch


Currently open to DevOps / Cloud Engineer roles. If you're looking for someone who can bridge deep infrastructure experience with modern cloud-native tooling, let's talk.

Pinned Loading

  1. spring-petclinic-genai-chatbot spring-petclinic-genai-chatbot Public

    GenAI chatbot PETC-708: Spring AI + Azure OpenAI + AKS + Helm + Azure Pipelines

  2. docker-containerization docker-containerization Public

    Docker: multi-stage builds, Compose with Nginx+MySQL+healthchecks, monitoring

    Dockerfile

  3. kubernetes-fundamentals kubernetes-fundamentals Public

    Kubernetes: Deployments, HPA+probes, ClusterIP/NodePort/LoadBalancer services

  4. terraform-infrastructure-as-code terraform-infrastructure-as-code Public

    Terraform IaC: Azure VM, AWS EC2, modular VPC+EC2, three-tier ALB+ASG+RDS

    HCL

  5. azure-devops-cicd-pipelines azure-devops-cicd-pipelines Public

    Azure Pipelines: self-hosted agent, CI, multi-stage Build-Test-Deploy, AKS

  6. epicbook-app epicbook-app Public

    JavaScript