Rob's Presentations, page 50
Istio, a Service Mesh on Kubernetes. When do I need it?
kubernetes devops security
9/24/2019
at WeaveWorks
in San Francisco, CA (virtual)
You may be hearing about service meshes and technologies like Istio. There are benefits that the technologies address, but they also bring in added levels of complexity....
Kubernetes hands-on (Workshop)
docker devops kubernetes
9/5/2019
at Music City Code
in Nashville, TN
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
Choosing from the many ways to Docker in Azure
docker devops azure
8/23/2019
at Code PaLOUsa
in Louisville, KY
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
Database DevOps with Containers
devops docker
8/22/2019
at Code PaLOUsa
in Louisville, KY
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Docker is more than Kernel Virtualization
docker
8/14/2019
at PPAI Tech Summit
in Dallas, TX
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. We’ll look at the commands and ecosystem around building infrastructure as code, deploying a swarm, and sharing images on Docker Hub....
Kubernetes Test Drive
docker devops kubernetes
8/14/2019
at PPAI Tech Summit
in Dallas, TX
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Building a CI/CD Experience
devops
8/13/2019
at PPAI Tech Summit
in Dallas, TX
Right-click Publish is easy, but it’s evil. FTP it up is fragile and error prone. You know you need to run tests and deploy in a consistent way....
async and await with Node and Express
javascript node async
8/2/2019
at JavaScript and Friends Conference
in Columbus, OH
Express is the defacto Node web server, but it’s built with callbacks. Can we use modern JavaScript like async and await?...
Database DevOps with Containers
devops docker
7/18/2019
at KCDC
in Kansas City, MO
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Build a DevOps Pipeline for .NET Apps and Databases (Workshop)
devops asp.net sql
7/17/2019
at KCDC
in Kansas City, MO
Right-click Publish is easy, but it’s evil. FTP it up is fragile and error prone. You know you need to run tests and deploy in a consistent way....