Bookmarks with tag "devops", page 3 of 7
Wireguard client that exposes itself as a socks5 proxy.
A docker-compose manager.
Cut your Docker build times by half by leveraging the power BuildKit and buildx on a GitHub Action runner. Enable Docker layer caching for your production builds and save time and money. See full YAML example for a production build of a Rails application.
OpenTracing is a new, open standard for instrumenting applications and OSS packages for distributed tracing and monitoring. In this post we explore the features and capabilities of OpenTracing.
The Kubernetes Package Manager.
Container runtimes on macOS (and Linux) with minimal setup
Learn how to optimize curl for downloading network resources in your batch scripts, provisioning systems and continuous deployment pipelines
A list of Free Software network services and web applications which can be hosted on your own servers
This is part two of a two part guide to set up Elasticsearch in Kubernetes, where we will learn how to safely expose certain services on the internet.
Managed runners for Github Actions
FEATURE STATE: Kubernetes v1.21 [stable] A CronJob creates Jobs on a repeating schedule. CronJob is meant for performing regular scheduled actions such as backups, report generation, and so on. One CronJob object is like one line of a crontab (cron table) file on a Unix system. It runs a job periodically on a given schedule, written in Cron format. CronJobs have limitations and idiosyncrasies. For example, in certain circumstances, a single CronJob can create multiple concurrent Jobs.
Minimal distributed configuration management in bash.
For Github Actions
You can use Amazon Elastic File System to create a file system that's shared by all of the instances in your AWS Elastic Beanstalk environment.
Container Image repository for Kubernetes
docker save: Produces a tarred repository to the standard output stream. Contains all parent layers, and all tags + versions, or specified `repo:tag`, for each argument provided.
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit