Remove articles docker-image-building-best-practices
article thumbnail

The Good and the Bad of Docker Containers

Altexsoft

The laborers who did that job were called dockers. Dockers working in London, England. Docker is a platform for developing and deploying apps in lightweight containers. This post will provide you with all the information necessary to understand what Docker is, how it works, and when it can be used. What is Docker?

article thumbnail

Building the best Kubernetes test cluster on MacOS

OpenCredo

On many of our projects, developers often use docker-compose instead of Kubernetes to test their applications locally, which inevitably causes some friction when deploying them to a cloud environment. Or Docker Desktop ’s built-in Kubernetes cluster, which is limited to a single node. With Colima, we must install it ourselves.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Simplifying your CI/CD build pipeline to GKE with CircleCI orbs

CircleCI

This article attempts to demystify the use of orbs to quickly get started with the CircleCI platform. You may also want to use orbs as a reference for config best practices. Docker provides repeatable development, build, test, and production environments. You can read more about Docker in the linked webpage.

article thumbnail

Using Scala 3 with Spark

Xebia

This article was originally published at 47deg.com on February 8, 2022. We can already use Scala 3 to build Spark applications thanks to the compatibility between Scala 2.13 In the remainder of this post, I’d like to demonstrate how to build a Scala 3 application that runs on a Spark 3.2.0 The answer is: it doesn’t matter!

Exercises 130
article thumbnail

Dynamically rendering config templates for secrets management

CircleCI

It’s often necessary to inject secrets into your build or deployment process so that the deployed service can interact with other services. First, because checking secrets into source control is poor security practice, and second, because you don’t want to maintain separate “prod” and “dev” versions of this config file.

article thumbnail

What is container orchestration?

CircleCI

Containers work hand in hand with modern cloud native development practices by making applications more portable, efficient, and scalable. This article covers the benefits and challenges of container orchestration as well as some popular container orchestration tools to consider. Benefits of container orchestration. Kubernetes.

article thumbnail

An Introduction to Spring Cloud Streams

Gorilla Logic

If you want to build event-based applications, it’s important to explore the foundations of Spring Cloud Stream. In this post, we’ll learn more about the main building blocks of Spring Cloud Stream, its core components, and the basic configuration that enables us to produce and consume events through different applications.

Cloud 66