Tag: Kubernetes
-
Litmus: Journey of storage e2e and chaos framework for Kubernetes
Posted on March 26, 2019, Level intermediate Resource Length long
Karthik Satchitanand is the author of this article documenting journey of the Litmus project. Project helps evaluate stateless workloads on Kubernetes. It was which was announced & open-sourced during the KubeCon Europe 2018.
Tags docker microservices devops containers kubernetes
-
How to run HA MongoDB on IBM Cloud Kubernetes Service
Posted on March 19, 2019, Level beginner Resource Length medium
A tutorial by Janakiram MSV about running highly available MongoDB cluster on IBM Cloud Kubernetes Service. IBM Cloud Kubernetes Service is a managed Kubernetes offering running in IBM Cloud. It is designed to deliver powerful tools, intuitive user experience, and built-in security for rapid delivery of applications that can be bound to cloud services related to IBM Watson, IoT, DevOps and data analytics.
Tags cloud kubernetes nosql
-
Skaffold for local kubernetes development
Posted on February 26, 2019, Level intermediate Resource Length short
Straight to the point guide from Shane Lee aiming to get you running with kubernetes in no time. Great tutorial for anybody new to kubernetes.
Tags devops kubernetes software containers software-architecture
-
Running your own DBaaS based on your preferred DBs, Kubernetes operators and containerized storage
Posted on February 16, 2019, Level intermediate Resource Length long
Posted by Evan Powell this is excellent guide for those who want to get advice about running their own Redis or Cassandra or MongoDB in Kubernetes.
Tags kubernetes programming devops
-
Application metrics in Istio
Posted on January 29, 2019, Level intermediate Resource Length medium
Mete Atamel authored simple tutorial for adding Application metrics in Istio. The default metrics sent by Istio are useful to get an idea on how the traffic flows in your cluster. However, to understand how your application behaves, you also need application metrics.
Tags devops kubernetes software-architecture
-
Kubernetes ingress controller setup using KOP and Nginx-Ingress
Posted on January 26, 2019, Level beginner Resource Length short
A tutorial by Lokesh Jawane explaining how to set up Kubernetes ingress controller using kops (Kubernetes Operations) & Nginx-Ingress. Kops automates the provisioning of Kubernetes clusters in AWS and GCE. Authors like to think of kops as kubectl for clusters.
Tags web-development kubernetes apis nginx containers
-
Optimizing docker images for a faster development workflow
Posted on August 11, 2018, Level intermediate Resource Length medium
jobandtalent Engineering published an interesting article on Docker images optimization. Architecture being based on docker means that every change that improves the usage of a resource (time to execute, memory usage, disk space usage, network usage…) in any stage of the process, will have an impact in each one of the environments.
Tags docker kubernetes microservices
-
CI/CD with Kubernetes: tools and practices
Posted on July 8, 2018, Level beginner Resource Length short
Rob Scott intro into Continuous Integration and Continuous Deployment (CI/CD) with Kubernetes. Setting up a CI/CD pipeline on top of Kubernetes will speed up your release life cycle — enabling you to release multiple times a day -- and enable nimble teams to iterate quickly.
Tags kubernetes containers devops cicd
-
Locking down Kubernetes workers: hardening Kubernetes security
Posted on June 1, 2018, Level intermediate Resource Length long
Kontena's blog on ht topic of Kubernetes security. One of the trickiest parts in setting up a proper Kubernetes cluster is making it secure. There are numerous communication paths that must be secured.
Tags kubernetes devops containers
-
Beyond CPU: horizontal pod autoscaling, custom metrics in Google Kubernetes Engine
Posted on May 25, 2018, Level intermediate Resource Length medium
Interesting article by Maks Osowski addressing common problem for enterprises and their need to autoscale their environments based on more than just CPU usage. Horizontal Pod Autoscaler (HPA) on Kubernetes Engine 1.10+ will enable you to configure your deployments to scale horizontally in a variety of ways.
Tags kubernetes containers devops
-
Advanced logging on Kubernetes
Posted on May 22, 2018, Level intermediate Resource Length medium
Sandor Guba article diving into Kubernetes logging. The article covers some advanced techniques and visualizations of the collected logs. It is part of the series of articles on Kubernetes topic. Banzai Cloud puts huge efforts to monitor large and federated clusters and they push large amounts of logs of the distributed applications to Kubernetes.
Tags kubernetes containers devops
-
10 open-source Kubernetes tools
Posted on February 3, 2018, Level beginner Resource Length medium
Abhishek Tiwari article about curated list of 10 open-source Kubernetes tools for highly effective SRE and Ops Teams. If you are running workloads in Kubernetes, your site reliability engineering (SRE) and operations (Ops) teams need right kind of tooling to ensure the high-reliability of the Kubernetes cluster and workloads running in it.
Tags kubernetes docker containers devops