Live Infrastructure β€” Oracle Cloud Always Free
Freelance β€” available for your projects

Hi, I'm Khalil Aliouich

|

This entire infrastructure β€” Kubernetes cluster, GitOps pipeline, monitoring stack, and demo app β€” is running live on a single ARM server provisioned for free on Oracle Cloud.

kubectl β€” k3s-argocd-server
$
System Design

Architecture Overview

A complete DevOps ecosystem running on a single ARM instance

☁️ Infrastructure

πŸ–₯️ OCI ARM 4 OCPUs β€’ 24GB
☸️ K3s v1.36
🌐 Gateway Envoy
β–Ό

πŸ”§ Platform

πŸ”„ ArgoCD GitOps
πŸ™ Gitea Git Server
πŸ“Š Prometheus Metrics
πŸ“ˆ Grafana Dashboards
πŸ“ Loki Logs
β–Ό

🐣 Demo App β€” Tamagotchi as a Service

πŸ“± Frontend HTML/JS
βš™οΈ API Node.js
πŸ—„οΈ PostgreSQL Database
Real-time

Live Infrastructure Status

Two ways to look at the same running cluster: raw data straight from the Kubernetes API, or the Grafana dashboards it feeds.

πŸ–₯️

Cluster Node

● Ready
CPU
β€”
RAM
β€”
Disk
β€”
πŸ“¦

Running Pods

β€”
across all namespaces
🏷️

Namespaces

β€”
active namespaces
πŸ”—

Services

β€”
exposed endpoints
πŸ“‹

Pod Status by Namespace

Loading...

Node Compute Resources

Tamagotchi Application Metrics

Live Demo

🐣 Tamagotchi as a Service

Virtual creatures living as Kubernetes pods. Feed them or they die β€” and every action becomes a Prometheus metric.

🐣 Creature Stats β€” Live

β€” Alive
β€” Dead
β€” Starving
β€” Avg Hunger
β€” Avg Happiness
Open App β†’ View API β†’ πŸ”§ How I debugged it β†’
Freelance β€” Open for missions

Everything you just explored? I can build it for you.

I'm an independent DevOps & Platform Engineer with 12+ years of experience. This site isn't a slide deck β€” it's a production cluster you can click through right now. That's the same rigor I bring to your platform.

Available now β€” remote across France & Europe, on-site on request
☁️

Cloud Architecture β€” starting at the network layer

The cluster you're browsing is not a managed service. I architected and provisioned every layer of it myself on Oracle Cloud: VCN and subnet design, route tables, internet and NAT gateways, security lists and firewall rules, compute instance sizing (ARM Ampere A1), block and boot volumes, DNS records and TLS termination. Kubernetes only came afterwards β€” on top of a network I had drawn first. None of it is clicked in a console: the network and the instance are declared in Terraform, everything inside the machine and the cluster in Ansible. Both are public, and rebuild the whole platform from zero in under an hour.

VCN / VPC designSubnets & routingNAT & Internet GatewaySecurity Lists / NSGCompute provisioningBlock & Boot volumesDNS & TLSLoad balancingTerraformAnsible
The same architecture work, on your cloud: AWS Β· Azure Β· OpenStack Β· virtualized VMs on bare-metal hypervisors

Multi-cloud and bare-metal virtualization are my daily work at EXFO, across 11 Kubernetes clusters β€” Oracle Cloud is simply where I pay for it myself.

☸️

Kubernetes Platforms

Design, migration, and hardening of K8s clusters (EKS, AKS, OpenStack, K3s). Internal Developer Platforms and Golden Paths that let your teams ship without opening a ticket.

πŸ”„

GitOps & CI/CD

ArgoCD App-of-Apps, GitLab CI, Gitea Actions, Terraform and Crossplane. On my last assignment: release cycles cut by 40% and deployments that stopped being an event.

πŸ“Š

Observability & SRE

Prometheus, Grafana, Loki, meaningful SLOs and alerts that actually wake the right person. From blind infrastructure to a 99.9% SLA you can prove.

πŸ›‘οΈ

DevSecOps & FinOps

Trivy/SBOM scanning built into the pipeline, network policies, secrets management β€” and a cloud bill audit, because the best-architected platform is also the one you can afford.

12+ years from ARM firmware to Kubernetes
50+ developers served by the platforms I built
CKA certified β€” CNCF / Linux Foundation
99.9% SLA held in production

Got a platform to build, migrate, or rescue?

Tell me about your context in a few lines β€” I'll reply within 48 hours with an honest read: what I'd do, how long it takes, and whether you even need me.

Time & materials or fixed price Β· short audits as well as long-term assignments Β· first call always free.

Infrastructure as Code

This cluster is rebuildable from zero

Every layer is declared as code, and the code is public. If this server disappeared tonight, one terraform apply and one ansible-playbook would bring it all back in under an hour β€” network, cluster, GitOps, observability, applications and data.

πŸ—οΈ

Terraform

stops where the Oracle API ends

VCN, subnet, internet gateway, route table, security list, the ARM instance, and a reserved public IP. Terraform is used for what it does best: cloud resources that have a state, where drift must be detected and a plan reviewed before anything changes.

VCN & subnetInternet GatewaySecurity listsCompute ARM A1Reserved IP
πŸ“‚ Read the Terraform β†’
βš™οΈ

Ansible

everything inside the machine and the cluster

Packages, firewall, K3s, Helm releases, manifests, images, backup timer. Ansible is used where Terraform would only have local-exec: it is idempotent, replays on a live cluster to correct drift, and turns Helm values into versioned files instead of leaving them buried in a release's state.

K3scert-managerEnvoy GatewayArgoCDLinkerdPrometheusGiteaBackups
πŸ“‚ Read the playbook β†’

The full recovery procedure β€” including the three traps that cost me hours: the K3s cloud-provider flags that silently taint the node, Linkerd breaking ArgoCD's internal gRPC, and Oracle's Ubuntu image dropping ports 80 and 443 whatever the security list says.

Toolbox

DevOps Tools Portal

Access all tools directly. Visitor accounts are read-only for security.

πŸ”„

ArgoCD

GitOps continuous delivery. See application sync status, health, and history.

guest / visitor2026
Read Only
πŸ“ˆ

Grafana

Dashboards for K8s metrics, Tamagotchi stats, and application performance.

Public Access
Read Only
πŸ“Š

Prometheus

Query raw metrics with PromQL. Explore Tamagotchi custom metrics.

No authentication
Read Only
πŸ™

Gitea

Self-hosted Git server. Browse the Tamagotchi source code and K8s manifests.

Public repos
Read Only
🐣

Tamagotchi App

The live 3-tier demo app. Adopt creatures, see metrics flow through the entire stack.

Interactive!
● Live
⚑

Gitea Actions

Native Continuous Integration pipeline compatible with GitHub Actions.

Login via Gitea
Read Only
πŸ€–

n8n Automation

Powerful workflow automation tool to connect apps and APIs without coding.

Admin Access
● Live
πŸ•ΈοΈ

Linkerd

Ultralight Service Mesh providing observability, reliability, and security.

No authentication
Read Only