Tag: Containers
-
Kubernetes Canary deployment with Gitlab CI
Posted on March 31, 2020, Level intermediate Resource Length long
We're using GitlabCI and a manual GitOps approach to implement and perform Canary Kubernetes deployments. They use a manual approach and alter/create core-Kubernetes resources to perform a Canary deployment. This is mainly for understanding how a Canary deployment works. By Kim Wuestkamp.
Tags devops kubernetes software-architecture containers
-
Serverless Service Mesh with Knative and Linkerd
Posted on March 29, 2020, Level intermediate Resource Length medium
Charles Pretzer wrote this piece about how to use Linkerd with Knative. Two of the most popular serverless platforms for Kubernetes are Knative and OpenFaaS, and there's a lot of existing content on using Linkerd and OpenFaaS together.
Tags serverless kubernetes devops gcp containers
-
Get started quickly with kubernetes logging
Posted on March 14, 2020, Level intermediate Resource Length medium
An article about how to get started with logging in Kubernetes. This topic is quite extensive as there are many components to consider before having a complete perspective of what's happening inside your applications. By Erin Baez.
Tags cloud devops kubernetes containers software-architecture
-
How to find and fix Docker container vulnerabilities in 2020
Posted on February 23, 2020, Level intermediate Resource Length long
Containerization allows engineering teams to create a sandbox environment in which to run and test applications. But these open-source images may sometimes contain vulnerabilities which can jeopardise the safety of containers and in turn its host computer/server. By Dipto Karmakar.
Tags containers docker infosec
-
How to: Kubernetes for cheap on Google Cloud
Posted on February 16, 2020, Level intermediate Resource Length long
Niko Kosonen published this step by step tutorial how to run Kubernetes on two micro instances on Google Kubernetes Engine (GKE) without external load balancers. Cluster setup from scratch.
Tags kubernetes event-driven containers devops software-architecture
-
The ultimate (free) CI/CD for your open-source projects
Posted on January 20, 2020, Level beginner Resource Length medium
Yohan Lasorsa published this guide about how to approach your open source project development. If you plan to maintain an open-source project in the long run, what you must do is automate.
Tags web-development cicd containers
-
faasd: lightweight Serverless for your Raspberry Pi
Posted on January 15, 2020, Level inttermediate Resource Length medium
Kick the tires with faasd today, for a lightweight serverless experience that doesn't require Kubernetes. Instead it uses containerd and the existing OpenFaaS ecosystem. By Alex Ellis.
Tags devops software-architecture containers kubernetes
-
How does Alibaba ensure performance of system components in a 10,000-node Kubernetes cluster?
Posted on January 3, 2020, Level advanced Resource Length long
The production environment of Alibaba consists of more than 10,000 containerized applications, with the entire network of Alibaba being a massive system using millions of containers running on more than 100,000 hosts. This is how they run it. By alibaba.com
Tags devops kubernetes cloud containers software-architecture
-
Run Python versions in Docker: How to try the latest Python release
Posted on January 1, 2020, Level beginner Resource Length medium
Geir Arne Hjelle put together this guide about how to run different Python versions using Docker, including how you can have the latest alpha running on your computer within minutes.
Tags python docker containers learning programming
-
Architecture of a large-scale web search engine, circa 2019
Posted on December 19, 2019, Level beginner Resource Length long
This is a long overview of bunch of search engines and their architecture. By Tech & Cliqz on 0x65.dev.
Tags search software-architecture containers kubernetes
-
Google Cloud Platform free tier vs physical and cloud servers for startups
Posted on December 18, 2019, Level interemediate Resource Length long
Over a decade ago, it was a common practice to host server software on dedicated private servers. In the age of cloud computing, this hasn't changed a lot because many businesses continue using cloud services as usual servers. By topal on hackernoon.
Tags software-architecture google containers kubernetes
-
How we 30x'd our Node parallelism
Posted on December 13, 2019, Level interemediate Resource Length long
What's the best way to safely increase parallelism in a production Node service? What if your application is a bank integration service? That's a question author's team needed to answer a couple of months ago. By Evan Limanto.
Tags software-architecture nodejs cloud cio containers kubernetes