Tag: Containers
-
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
-
Automated image builds with Jenkins, Packer, and Kubernetes
Posted on November 28, 2017, Level intermediate Resource Length long
Detailed article - tutorial from Google Cloud Platform (GCP) engineers about deploying faster. Creating custom images to boot your Google Compute Engine instances or Docker containers can reduce boot time and increase reliability. By pre-installing software into a custom image, you can also reduce your dependency on the availability of 3rd party repositories that are out of your control.
Tags cicd kubernetes containers gcp
-
Host static site with Hugo and Firebase for free
Posted on November 21, 2017, Level intermediate Resource Length short
Ariya Hidayat short and to the point post about hosting static web site with Firebase. He decided to abandon WordPress for his blog and switch to Hugo to generate the content and Firebase to host it. How did the authoring workflow change due to this switch?
Tags web-development programming containers
-
How to host multiple web sites with NGINX and HAProxy using LXD on Ubuntu
Posted on November 17, 2017, Level intermediate Resource Length long
Simos Xenitellis wrote an article for digitalocean.com about hosting web application in LXD containers. For many Docker became de facto container solution of choice, but there are different Linux containers available. This article is about LXD which can create and manage these containers. LXD provides a hypervisor service to manage the entire life cycle of containers.
Tags containers nginx docker