Bookmarks with tag "devops", page 4 of 7
What docker users need to know to move from Docker to Podman and Buildah and the advantages of doing so. Developers/operators can easily move to Podman, do all
Fluent Bit Kubernetes Daemonset.
Describes how to use the fluentd logging driver.
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Step-by-step guide on how to install Prometheus on Docker. Prometheus configuration, with the Node Exporter and Grafana on Docker.
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.
The Cloud Native Application Proxy.
When you specify a Pod, you can optionally specify how much of each resource a container needs. The most common resources to specify are CPU and memory (RAM); there are others. When you specify the resource request for containers in a Pod, the kube-scheduler uses this information to decide which node to place the Pod on. When you specify a resource limit for a container, the kubelet enforces those limits so that the running container is not allowed to use more of that resource than the limit you set.
Developers and Open Source authors now have a massive amount of services offering free tiers, but it can be hard to find them all to make informed decisions.
A curated list of awesome actions to use on GitHub
Learn how to optimize curl for downloading network resources in your batch scripts, provisioning systems and continuous deployment pipelines
Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
Envoy is an open source edge and service proxy, designed for cloud-native applications
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
Ending A Job Without Failure Sometimes during a build, you may want to end the job early without generating a failure. You can end a job...
Faster way to switch between clusters and namespaces in kubectl