Zeshan Tariq · DevOps · SRE · SOC
Available for remote roles · contract & permanent
Profile loaded: SOC / SRE / DevOps / DevSecOps / Kubernetes
Who are you and what do you do?
U

Zeshan Tariq

SOC · SRE · DevOps · DevSecOps · Kubernetes

I’m a cloud & platform engineer focused on Azure, Kubernetes, and secure automation — combining SOC practices with SRE principles to keep systems reliable and secure.

Azure · AKS
Kubernetes · Docker
Terraform · CI/CD
Sentinel · SOC
Can I see the full details of your experience?
U
Absolutely. The CV carries all the detail (roles, dates, full stack, and examples).
Download CV
In a sentence or two, what kind of work do you do?
U
I design, build and operate Azure and Kubernetes platforms, automate infrastructure with Terraform/Bicep, run CI/CD pipelines, and use SOC tooling and SRE metrics to keep services healthy.
Show me a small code sample that represents how you think.
U
Here’s a condensed TypeScript-style example that reflects what I do with Azure, AKS and translating requirements into platform configuration:
import { AzureKubernetesServices } from '@azure/kubernetes-engine';
import { Engineer, Experience } from '@professional/core';

export class AzureKubernetesEngineer implements Engineer {
  constructor(private azureServices: AzureKubernetesServices) {}

  experience: Experience = {
    years: 8,
    sectors: ['government', 'consultancy', 'finance'],
    specialties: [
      'application development',
      'configuration management',
      'public cloud deployment',
    ],
  };

  deploySolution(solution: any) {
    return this.azureServices.deploy({
      solution,
      orchestration: 'Kubernetes',
      cloud: 'Azure',
    });
  }

  bridgeBusinessAndTechnology(requirements: any) {
    return this.azureServices.configure(requirements);
  }
}
How do I contact you if I want to talk about a role?
U
The easiest way is email, but you can also find more context on my site.