Jonathan Stiansen Thinking in Kubernetes (K8s) Medium - Chris Cooney When I was first introduced to Kubernetes, it was a “Container Orchestration Platform” at the edge of my professional radar. Kubernetes was an odd …
Jonathan StiansenDevOps Ingress, cert-manager, and Let's Encrypt DNS-01 validation (DigitalOcean guide) telescope.ac This article is going to be very specific — I will tell you a bit about how I deploy my web applications, and what strategies I find most convenient …
Jonathan StiansenGreat tips: https://codefresh.io/docker-tutorial/everyday-hacks-docker/?utm_campaign=Nurturing&utm_source=hs_automation&utm_medium=email&utm_content=73398975&_hsenc=p2ANqtz-98iReWQ-AwNo17ODKXahSyKndrF … DevOps Everyday Hacks for Docker - Codefresh codefresh.io - Raziel Tabib
Jonathan Stiansen Goodbye Docker: Purging is Such Sweet Sorrow zwischenzugs.com - zwischenzugs After 6 years, I removed Docker from all my home servers. This was triggered by a recurring incident I faced where the Docker daemon was using 100% …
Jonathan Stiansen How a Production Outage Was Caused Using Kubernetes Pod Priorities grafana.com On Friday, July 19, Grafana Cloud experienced a ~30min outage in our Hosted Prometheus service. To our customers who were affected by the incident, I …
Jonathan StiansenIcon version of the Flipboard logo Kubernetes: The retro-style, Wild West video game redhat.com - Editorial Team The Kubernetes API is amazing, and not only are we going to break it down and show you how to wield this mighty weapon, but we will do it while …
Jonathan Stiansen The Kubernetes Hierarchy of Needs thenewstack.io - Josh Grose Josh GroseJosh Grose is an expert in bridging emerging technologies to business value. He turns forward thinking technologists into change agents …
Jonathan StiansenIcon version of the Flipboard logo A review of the official Dockerfile best practices: good, bad, and insecure pythonspeed.com - Itamar Turner-Trauring If you’re building a Docker image, it’s natural to go read Docker’s official documentation’s best practices for Dockerfiles on docs.docker.com. While …
Jonathan StiansenLinux jesseduffield/lazydocker github.com - jesseduffield A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. This Just In: Github Sponsors is matching every …
Jonathan Stiansen Blog: Automated High Availability in kubeadm v1.15: Batteries Included But Swappable kubernetes.io Authors:• Lucas Käldström, @luxas, SIG Cluster Lifecycle co-chair & kubeadm subproject owner, Weaveworks • Fabrizio Pandini, @fabriziopandini, kubeadm …
Jonathan Stiansen Docker Containers on RISC-V Architecture Medium - Carlos Eduardo Containers are part of the vast majority of daily interactions with software and the cloud these days. From building applications in a reproducible …
Jonathan Stiansen Kubernetes ingress-nginx troubleshooting made easy with kubectl plugins Medium - Fernando Diaz With Deployments getting bigger and bigger, networking issues are becoming harder and harder to troubleshoot. This guide will provide basic …
Jonathan Stiansen Kubernetes Operators and the Open Service Broker API: A Perfect Marriage thenewstack.io - Matt McNeeney Pivotal sponsored this post. Matt CholickMatt is a software engineer at Pivotal. He's been working in the Cloud Foundry ecosystem for the last five …
Jonathan Stiansen Building a CI/CD on GCP with Kubernetes Medium - Mohamed Labouardy Last year I have given a talk at on how to build a CI/CD pipeline from scratch on AWS to deploy Dockerized Microservices and Serverless Functions. …
Jonathan StiansenQuote Symbol https://towardsdatascience.com/https-towardsdatascience-com-the-data-fabric-containers-kubernetes-309674527d16 Jonathan Stiansen
Jonathan Stiansen Run Coder directly in Kubernetes Medium - Pablo Chico de Guzman Online IDEs are becoming mainstream due to their ability to provide true one-click development environments, surpass the capabilities of developer …
Jonathan StiansenQuote Symbol https://www.hpe.com/us/en/insights/articles/adopting-kubernetes-these-guidelines-make-the-transition-easier-1906.html Jonathan Stiansen
Jonathan StiansenJavaScript marcenacp/kubeasy github.com - marcenacp kubeasy is an interactive wrapper around kubectl to help you manage your Kubernetes clusters. I use blessed to render the command-line interface, and …
Jonathan StiansenDevOps Docker anti-patterns - Codefresh codefresh.io - Kostis Kapelonis Container usage is exploding. Even if you are not yet convinced that Kubernetes is the way forward, it is very easy to add value just by using Docker …
Jonathan StiansenDevOps The Optimal Kubernetes Cluster Size? Let’s Look at the Data thenewstack.io - Rob Hirschfeld Rob HirschfeldRob Hirschfeld is CEO and co-founder of RackN, which offers orchestration software for the container-centric data center. He has been …
Jonathan StiansenDevOps How big companies are using Kubernetes jaxenter.com - Eirini-Eleni Papadopoulou The Docker adoption is still growing exponentially, more and more companies have started using it in Production. It is important to use an …
Jonathan StiansenPython Programming Broken by default: why you should avoid most Dockerfile examples pythonspeed.com - Itamar Turner-Trauring When it’s time to package up your Python application into a Docker image, the natural thing to do is search the web for some examples. And a quick …
Jonathan StiansenIcon version of the Flipboard logoKubernetes Driving Kubernetes Forward with Lokomotive | Kinvolk kinvolk.io - Kinvolk Over the past few years, Kinvolk has been fortunate to work with some of the leading names in the industry on some of the most interesting projects …
Jonathan Stiansen Introducing Rubix: Kubernetes at Palantir Medium - Palantir In January of 2017, Palantir kicked off a project called Rubix, our effort to rebuild our cloud architecture around Kubernetes. Given the majority of …
Jonathan Stiansen Docker Engine on Intel Linux runs Arm Containers hypriot.com Did you read the latest news from Docker about their newly announced technology partnership together with Arm, “Docker and Arm Partner to Deliver …
Jonathan StiansenDevOps How Airbnb Simplified the Kubernetes Workflow for 1000+ Engineers infoq.com - Manuel Pais Melanie Cebula, infrastructure engineer at Airbnb, gave a talk at QCon London [slides PDF] about the internal tooling and strategies Airbnb adopted …
Jonathan StiansenPeer-to-peer Uber open sources highly scalable P2P Docker registry jaxenter.com - Sarah Schlothauer Besides their ridesharing app, Uber occasionally contributes to open source on GitHub. Previously open sourced projects include an orchestration …
Jonathan Stiansen Farewell to fsync(): 10× faster database tests with Docker pythonspeed.com - Itamar Turner-Trauring You’re writing an application that talks to a database—PostgreSQL, MySQL, MongoDB—and you need to write some tests. You want three things out of your …
Jonathan Stiansen Stateful Kubernetes with Saad Ali softwareengineeringdaily.com - SE Daily In a cloud infrastructure environment, failures happen regularly. The servers can fail, the network can fail, and software bugs can crash your …