Zeshan Tariq
Azure DevOps · SRE · SOC · Kubernetes
Available for remote contract & permanent roles zeshan@azuredevops.co.uk azuredevops.co.uk

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.

Download CV → Get in touch

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 — bridging business requirements and technical delivery across government, consultancy, and finance sectors.

Cloud & Platform
Azure, AKS, Azure DevOps — designed and run end to end.
Containers
Kubernetes, Docker, Helm — resilient, scalable workloads.
Automation & IaC
Terraform, Bicep, CI/CD — infrastructure shipped safely and repeatably.
Security
Sentinel, SOC, DevSecOps — visibility and discipline in operations.

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);
  }
}

The CV has full detail — roles, dates, clients, and full stack.