Zeshan Tariq – Azure DevOps, SRE, SOC & Kubernetes Engineer

Zeshan Tariq · DevOps · SRE · SOC
Available for remote contract & permanent roles
Profile: 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
Where can I see your full experience and roles?
U
The CV has all the detail — roles, dates, clients, and full stack.
Download CV
In practical terms, what kind of work do you do?
U
I design and operate Azure & AKS platforms, automate infrastructure with Terraform/Bicep, build CI/CD pipelines, and use SOC tooling and SRE metrics to keep services secure and reliable.
Show me a small code sample that represents how you think.
U
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 about a role?
U
The simplest way is email — the site and CV give extra context if you need it.