Tag: Devops and ci cd
-
Dealing With Storage Scale in Docker Environments – Project Longhorn Briefing Note
Posted on July 29, 2017, Level beginner Resource Length medium
George Crump wrote introduction blog post about scale-out storage - which provides data centers the ability to create infrastructures that can scale to meet the capacity demands of hyper-scale environments. He focuses on the challenge involving storage scale in docker environments.
Tags devops-and-ci-cd architecture-and-apis
-
What's new in Kubernetes 1.7, and should we care?
Posted on July 20, 2017, Level beginner Resource Length short
Nick Chase from Mirantis quick intro into what we can expect from Kubernets 1.7. This release focusing on production features such as security, extensibility, and stateful applications.
Tags devops-and-ci-cd architecture-and-apis
-
linkerd: A service mesh for AWS ECS
Posted on July 9, 2017, Level beginner Resource Length medium
Dario Simonetti - Head of Core Engineering at Attest wrote nice article about service mesh for AWS EC2 Container Service (AWS ECS). There is very little content online that explains how to set it up.
Tags architecture-and-apis devops-and-ci-cd
-
Buildah - build your containers from the ground up!
Posted on June 24, 2017, Level intermediate Resource Length short
Tom Sweeney from Project Atomic wrote an article about the Buildah tool for building Open Container Initiative (OCI) complaint container images.
Tags devops-and-ci-cd architecture-and-apis
-
Developing a Spring boot app on Docker: the AtSea demo app
Posted on May 20, 2017, Level beginner Resource Length short
Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.
Tags devops-and-ci-cd architecture-and-apis
-
How To Build Android Apps with Jenkins
Posted on May 7, 2017, Level intermediate Resource Length medium
Digital ocean article you will learn how to setup Jenkins to build Android apps. It will mostly talk about the new build system called Gradl.
Tags product-and-design devops-and-ci-cd
-
How Algolia Reduces Latency For 21B Searches Per Month
Posted on May 6, 2017, Level beginner Resource Length long
Josh Dzielak, Developer Advocate as Algolia wrote interesting article about building search engine from scratch.
Tags business-and-emerging-tech devops-and-ci-cd cloud-and-infrastructure
-
Create lean Node.js image with Docker multi-stage build
Posted on May 2, 2017, Level beginner Resource Length medium
Alexei Ledenev's blog post about single Dockerfile that can build multiple helper images with compilers, tools, and tests and use files from above images to produce the final Docker image.
Tags devops-and-ci-cd
-
Crypto Tools for DevOps: git-crypt
Posted on April 18, 2017, Level beginner Resource Length short
Eric Mann's short and sweet article about crypto tools for DevOps -- help explain a specific utility that empowers developers to keep credentials and the code that uses them in the same place.
Tags business-and-emerging-tech devops-and-ci-cd
-
Detecting Bots in Apache & Nginx Logs
Posted on March 12, 2017, Level intermediate Resource Length medium
Mark Litwintschik put together this article to help server admins with separating bot and human-generated traffic in web server logs, which can be challenging.
Tags devops-and-ci-cd cloud-and-infrastructure security-and-privacy
-
Near real-time monitoring charts with Spring Boot Actuator, Jolokia and Grafana
Posted on February 20, 2017, Level beginner Resource Length short
Bruno Simioni who is systems architect and in charge of CI&T's software architecture strategy of commerce and retail businesses wrote short article about real time monitoring with Spring Boots.
Tags devops-and-ci-cd cloud-and-infrastructure
-
Hands-on: Create Your First Serverless Application in Apache OpenWhisk
Posted on February 3, 2017, Level beginner Resource Length medium
Janakiram MSV article about an open source serverless platform from IBM, OpenWhisk. OpenWhisk is available in two modes, hosted and on-premises. Developers can easily get started with it for implementing event-driven, loosely coupled functions.
Tags devops-and-ci-cd architecture-and-apis