Gareth Rushgrove is a product manager at Docker. He works remotely from Cambridge, UK, helping to build interesting tools for people to better manage infrastructure and applications. Previously, he worked for the UK Government Digital Service focused on infrastructure, operations, and information security. When not working, he can be found curating the Devops Weekly newsletter or hacking on software in new-fangled programming languages.
Talks I've Given
-
CNAB: Packaging for Distributed Applications with Multiple Toolchains
Featuring Gareth Rushgrove
When you're managing distributed applications you're probably using a variety of tools that serve specific purposes. Terraform, Helm, Compose, CloudFormation, Pulumi, ARM templates, etc. No one tool solves all your needs. And new tools come along regularly. But all these tools tend to...
applications tools cloudnative devops docker ops -
The Dockerfile explosion and the need for higher level tools
Featuring Gareth Rushgrove
Dockerfiles are great. They provide a zero-barrier-to-entry format for describing a single Docker image which is immediately clear to anyone reading them. But with that simplicity comes problems that become apparent as your adoption of Docker gathers pace. This talk will:
- Discuss the triggers...
-
Kubernetes and the Potential for Higher Level Interfaces
Featuring Gareth Rushgrove
Kubernetes provides rock-solid APIs for building and running your distributed systems. Pods, Services and ReplicationControllers provide trustworthy and scalable abstractions that make solving real-world infrastructure problems simpler. But that doesn’t mean interacting with those low-level...
kubernetes devops containers