Tag: Containers
-
Platform Engineering: Building AWS landing zone with Pulumi
Posted on January 30, 2022, Level intermediate Resource Length medium
In this blog, I will cover some key concepts and architecture of Pulumi. We will be building and provisioning the AWS landing zone. By A B Vijay Kumar.
Tags devops distributed aws containers
-
Controlling concurrency in distributed systems using AWS Step Functions
Posted on January 29, 2022, Level intermediate Resource Length medium
Managing concurrency in distributed systems can be challenging. In a monolithic application, you use familiar concepts such as in-memory locks to avoid overloading a database or prevent overwriting a customer record by two users at the same time. With a distributed system, where your application is dispersed across computing environments without shared memory, these methods are no longer available to you. By James Beswick.
Tags programming distributed aws app-development code-refactoring containers
-
Best practices for using AWS StepFunctions
Posted on January 24, 2022, Level intermediate Resource Length medium
In this post you will learn some of the best patterns/tricks author has learned during my time creating Step Functions workflows. By Lukas Fruntke.
Tags aws devops cio containers javascript serverless
-
What is containerd, and how does it relate to Docker and Kubernetes?
Posted on December 26, 2021, Level intermediate Resource Length long
Containers still mean "Docker" to many people. Docker popularised the modern use of containers in software development and deployment. These days, other technologies are around too. Here's how Containerd, Docker and Kubernetes relate to each other. By James Walker.
Tags cio docker devops kubernetes containers
-
Are containers always the best way to save money and provide more agility?
Posted on December 13, 2021, Level beginner Resource Length medium
From time to time, it is good to review the solutions that make up your infrastructure. Perhaps there are efficiencies or cost savings to be made. Perhaps your needs as a company have evolved. Or perhaps a new technology or trend is challenging or supplanting existing approaches. By Naomi Scott, Callum Jackson @IBM.
Tags cloud containers ibm performance
-
Running VMware Tanzu RabbitMQ on VMware Tanzu Kubernetes Grid
Posted on December 11, 2021, Level intermediate Resource Length medium
Whether you're integrating multiple microservices or building a new streaming app, you'll need a modern messaging and streaming service. RabbitMQ is one of the most popular open-source messaging and streaming brokers. By Yimeng Liu.
Tags cloud containers kubernetes devops distributed
-
Anti-patterns when building container images
Posted on December 1, 2021, Level intermediate Resource Length medium
This is a list of recurring anti-patterns that I see when I help folks with their container build pipelines, and suggestions to avoid them or refactor them into something better. By Jérôme Petazzoni.
Tags containers app-development devops how-to
-
Deploy a scheduled workload on Fargate using AWS CDK
Posted on November 29, 2021, Level beginner Resource Length medium
The AWS Cloud Development Kit (CDK in short) is a relatively new framework for defining cloud Infrastructure as Code (IaC). CDK allows to easily define your cloud infrastructure by importing classes (resources) and instantiating objects. The resulting definition can be versioned in GIT, easily shared and used in command-line tools (for example in CI/CD pipelines). By Maurizio Bonani.
Tags app-development containers aws serverless
-
Using Terraform to deploy to EKS
Posted on November 20, 2021, Level intermediate Resource Length medium
Historically, companies have been restricted to manual solutions for maintaining IT infrastructure—but Infrastructure as Code (IaC) offers a different solution. By Lukonde Mwila.
Tags cloud containers gcp devops kubernetes
-
How to build GitHub Actions in PHP with Minicli and Docker
Posted on November 19, 2021, Level intermediate Resource Length medium
GitHub Actions facilitates creating CI/CD automated workflows that can be triggered by GitHub events, such as when a pull request is created, a merge is made, or a new comment is posted on an issue. What some people may not know is that you can also run GitHub actions at scheduled times, based on cron expressions. By Erika Heidi.
Tags cicd containers devops php apis app-development
-
Zero trust workload security with GKE, Traffic Director, and CA Service
Posted on November 18, 2021, Level intermediate Resource Length medium
At the core of a zero trust approach to security is the idea that trust needs to be established via multiple mechanisms and continuously verified. Internally, Google has applied this thinking to the end-to-end process of running production systems and protecting workloads on cloud-native infrastructure, an approach we call BeyondProd. By Anoosh Saboori Product Manager, Zero Trust and Sanjay Pujare, Tech Lead, Proxyless gRPC Security.
Tags cloud containers gcp software-architecture infosec
-
12 critical resources to help you learn DevSecOps
Posted on October 3, 2021, Level intermediate Resource Length short
Whether you are a seasoned DevOps engineer who wants to branch out to DevSecOps, or you're just starting your career and defining your direction, there has perhaps never been a better time to enter the DevSecOps career field or learn about cloud native security. By Maor Goldberg.
Tags learning devops infosec containers