Tag: Devops and ci cd
-
How to mitigate Low-Code security risks
Posted on March 25, 2021, Level beginner Resource Length long
Gartner predicts that by the end of 2025, over 65% of development projects will use low-code builders. The field of low-code continues to expand. But what security implications does low-code introduce? By Bill Doerrfel.
Tags security-and-privacy cloud-and-infrastructure leadership-and-career software-engineering architecture-and-apis devops-and-ci-cd
-
Set up k3s in high availability using k3d
Posted on March 22, 2021, Level intermediate Resource Length medium
Serverless computing is at the precipice of enterprise shift towards containers and microservices. 2021 presents some exciting opportunities to finally board the ship. By Tauseef Khan.
Tags devops-and-ci-cd frontend-and-mobile product-and-design leadership-and-career
-
The state of serverless computing 2021
Posted on March 21, 2021, Level beginner Resource Length medium
Serverless computing is at the precipice of enterprise shift towards containers and microservices. 2021 presents some exciting opportunities to finally board the ship. By Tauseef Khan.
Tags architecture-and-apis frontend-and-mobile product-and-design devops-and-ci-cd leadership-and-career
-
Kubernetes Ingress for beginners
Posted on March 18, 2021, Level beginner Resource Length short
As a short definition, an Ingress is a rule that charts how a service, walled inside the cluster, can bridge the divide to the outside world where clients can use it. By Nick Ramirez.
Tags devops-and-ci-cd how-to
-
Tips for Kubernetes cost optimization
Posted on March 17, 2021, Level beginner Resource Length medium
Kubernetes is ruling the container market. According to a CNCF survey, the use of Kubernetes in production in 2020 was 93%, up from 78% in 2019. However, the problems most often listed in surveys include networking, storage, tracking, surveillance, a lack of preparation, and, of course, cost management. By Sara Miteva.
Tags devops-and-ci-cd architecture-and-apis leadership-and-career
-
How to containerize a local DynamoDb
Posted on March 15, 2021, Level intermediate Resource Length medium
This is going to be a very quick tutorial. I am going to show you how you can use Docker to spin up a DynamoDb. By Phillip Ninan.
Tags architecture-and-apis data-and-analytics devops-and-ci-cd cloud-and-infrastructure
-
Application request tracing with Traefik and Jaeger on Kubernetes
Posted on March 10, 2021, Level intermediate Resource Length short
This is the third in a series of articles on site reliability engineering (SRE) and how Traefik can help supply the monitoring and visibility that are necessary to maintain application health. By Neil McAllister.
Tags devops-and-ci-cd architecture-and-apis product-and-design cloud-and-infrastructure
-
Kubernetes – Bridging the gap between 5G and intelligent edge computing
Posted on March 6, 2021, Level beginner Resource Length short
An article by Ashish Sharma. In the era of digital transformation, the 5G network is a leap forward. But frankly, the tall promises of the 5G network are cornering the edge computing technology to democratize data at a granular level.
Tags leadership-and-career devops-and-ci-cd cloud-and-infrastructure
-
Security logging in cloud environments - AWS
Posted on February 26, 2021, Level intermediate Resource Length long
If you had to architect a multi-account security logging strategy, where should you start? This blog, part of the "Continuous Visibility into Ephemeral Cloud Environments" series, will describe a design for a state of the art multi-account security-related logging platform in AWS. By Marco Lancini.
Tags cloud-and-infrastructure security-and-privacy devops-and-ci-cd
-
Initialization strategies with Testcontainers for integration tests
Posted on February 24, 2021, Level beginner Resource Length short
Testcontainers offers several initialization strategies for our Docker containers when writing integration tests. Depending on the Docker image we use for our tests, we might have to perform additional setup steps. By Philip.
Tags software-engineering testing-and-quality backend-development devops-and-ci-cd
-
How OpenX Trains and serves for a million queries per second in under 15 milliseconds
Posted on February 23, 2021, Level beginner Resource Length medium
Adtech is an industry built on latency at scale. At OpenX this means that during peak traffic periods our exchange processes more than one million requests for ads every second, most of which require a response in under 300 milliseconds. By Larry Price, OpenX.
Tags architecture-and-apis software-engineering devops-and-ci-cd
-
Understanding Unikernels: The future of cloud computing, probably
Posted on February 21, 2021, Level beginner Resource Length medium
Having used Containers, Kubernetes and Serverless (a lot!) over the last few years, I catch myself wondering 'What next?' when it comes to more efficient, faster and secure units of computing. By Nithin Jois.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd software-engineering data-and-analytics ai-and-machine-learning