Tag: Containers
-
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
-
Fact vs. fiction: 6 myths about container security
Posted on May 21, 2018, Level beginner Resource Length medium
David Lawrence wrote this article to help you to quell these myths so you can find default security and secure coding at the heart of well-architected containers. In this article, authors take a look specifically at the myths surrounding container security -- and the opportunities container technology presents to integrate security at each stage of the application lifecycle that otherwise would be hard to achieve.
Tags programming containers infosec devops
-
Getting started with static site generator Vuepress
Posted on April 24, 2018, Level beginner Resource Length medium
An article by Egwuenu Gift about static site generator tooling in Vue. Vue creator Evan You came up with this awesome tool for writing documentation for Vue. A VuePress site is, in fact, an Single Page Application powered by Vue, Vue Router, and webpack.
Tags web-development programming containers
-
Productive with Docker in 20 minutes
Posted on March 13, 2018, Level beginner Resource Length long
George Fogle article about how to find a better, more productive development workflow with Docker. Docker and container-based development is really going to save you time in the future. As well as make working and debugging code a breeze.
Tags containers aws docker
-
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
-
Sizing up revenue in application container market
Posted on January 11, 2018, Level beginner Resource Length medium
Jay Lyman and Greg Zwakman are authors of this interesting study in which they project and estimate container software market. This is update from previous year in which over 150+ of vendors took a part.
Tags containers docker analytics cio
-
How to connect to Redis with Unix sockets in Docker
Posted on January 2, 2018, Level intermediate Resource Length short
Jonathan Baldie short tutorial addressing speed of Redis connection. Connecting to Redis via Unix sockets is usually faster than connecting via TCP/IP.
Tags docker containers kubernetes
-
Automating CI/CD workflow for serverless apps with CircleCI
Posted on January 1, 2018, Level intermediate Resource Length long
Rupak Ganguly wrote neat post about the process of continuous integration and deployment (CI/CD) of serverless application -- which can be really challenging. In this post, author takes a deep look at the end-to-end workflow of automating a CI/CD process for a serverless application via CircleCI.
Tags cicd aws containers serverless
-
8 components you need to run containers in production
Posted on December 22, 2017, Level beginner Resource Length long
Khash Sajadi published article about components for containers in production. If you've been observing containers for long-enough (and that's about two years or so in this industry) you will also notice the "product churn".
Tags cloud software-architecture containers
-
KubeVirt - the first look
Posted on December 19, 2017, Level beginner Resource Length medium
Karim Boumedhel wrote interesting article introducing Kubernetes virtualization API (KubeVirt) - an API and runtime add-on for Kubernetes in order to define and manage virtual machines.
Tags cloud kubernetes containers