Nathan Peck
Search
Categories
Github
LinkedIn
All Posts
AWS re:Invent 2018: Operations for Containerized Applications
I gave this presentation on operations for containerized application with Tiffany Jernigan: Downloads operations-for-containerized-applications.pdf (1729 kb)
Migrating your Amazon ECS deployment to the new ARN and resource ID format
Launch blog for a new Amazon ECS format for resource ARN's. This new format enabled new ECS features, but required a migration process to opt in
Scaling a Containerized Application Seamlessly with AWS Fargate
An AWS Tech Talk to introduce AWS Fargate. I start with a simple introduction to container orchestration concepts. Then I dive deeper into the resource types and configuration options available to you when using AWS Fargate, including a deep dive into the networking aspects.
Setting up AWS PrivateLink for Amazon ECS, and Amazon ECR
I significantly refactored the official Linkerd 1.x instructions to make it much easier to deploy a Linkerd service mesh on Amazon ECS
AWS Summit New York: Running Kubernetes on AWS
At the New York AWS Summit, I was live on Twitch at the AWS Launchpad with Abby Fuller, and Arun Gupta, talking about running Kubernetes on AWS:
How I do local Docker development for my AWS Fargate application
This is part four in an ongoing series on developing an application that runs in AWS Fargate: Deploying the initial application skeleton to AWS Fargate Making the application horizontally autoscale in AWS Fargate Building a continuous integration / deployment pipeline In this article I’ll explore how to create a local development environment that lets me write code and test it in a container prior to using my CI/CD pipeline to deploy to the container to my production AWS Fargate environment.
AWS Summit London: Running Kubernetes on AWS
At the London AWS Summit, I was live on Twitch at the AWS Launchpad with Abby Fuller, and Adrian Hornsby, talking about running Kubernetes on AWS:
Making my Socket.io chat app production ready with Vue.js, DynamoDB, CodePipeline, and CodeBuild
This is part three of a series on developing a Socket.io and AWS Fargate powered realtime chat application on AWS. Building a Socket.io chat app and deploying it using AWS Fargate (In part one I just packaged up an open source chat application from socket.
New Features for Building Powerful Containerized Microservices on AWS
In this AWS tech talk I discussed the new service discovery feature integration with Amazon ECS, and did a live demo showing how to setup an ECS service with a DNS based service discovery, then make some requests to the service using its DNS address:
1
2
3
4
5
6
7
8
9
10
11
12
13
14