Setting up a Kubernetes cluster on Digital Ocean with SSL
A technical guide on deploying a Kubernetes cluster on Digital Ocean and securing a public endpoint with Let's Encrypt SSL certificates.
A technical guide on deploying a Kubernetes cluster on Digital Ocean and securing a public endpoint with Let's Encrypt SSL certificates.
Argues that Kubernetes is often unnecessary complexity and suggests simpler container orchestration alternatives for specific use cases.
A developer shares their experience and practical tips for successfully preparing for and passing the Certified Kubernetes Administrator (CKA) exam.
A guide to deploying the EFK (Elasticsearch, Fluentd, Kibana) logging stack on Azure Kubernetes Service (AKS) using a custom Helm chart.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
A technical guide on deploying Red Hat OpenShift, an enterprise Kubernetes platform, on Microsoft Azure using ARM templates and Ansible.
Guide to gracefully releasing resources and handling shutdown signals in a .NET Core application deployed on Kubernetes.
A step-by-step tutorial on setting up a Kubernetes cluster using Ubuntu 18.04, covering provisioning, master node, and worker node configuration.
A tutorial on deploying the Istio service mesh on Azure Kubernetes Service (AKS), covering cluster creation and Istio installation.
A guide to debugging corrupted data in Kubernetes Persistent Volume Claims by attaching them to a temporary debugging pod.
A guide to implementing and testing Kubernetes Network Policies on Azure Kubernetes Service (AKS) using the kube-router CNI plugin.
A compilation of technical talks on open source firmware, container security, Intel SGX, and cloud-native infrastructure from 2017-2019.
A guide to setting up a budget-friendly, single-server Kubernetes cluster with persistent storage using Ceph volumes and virtual machines.
A critique of container security messaging, arguing that existing defaults like Seccomp and AppArmor provide robust, multi-layered sandboxing.
Explores the challenges and security implications of implementing hard multi-tenancy in Kubernetes, where tenants are untrusted and isolated.
Key takeaways from KubeCon/CloudNativeCon 2018, covering CNCF end-user growth, Kubernetes operators, and serverless collaboration.
Explores methods for building secure, unprivileged container images within Kubernetes clusters without compromising security.
A technical guide on securing Kubernetes services using NGINX Ingress Controller, covering TLS setup, whitelisting, and rate limiting.
A practical cheat sheet of essential kubectl commands for daily Kubernetes cluster management and operations.
A tutorial on using Daskernetes to create auto-scaling, personal Python clusters on Kubernetes for distributed computing tasks.