Found 95 bookmarks
Newest
Non-Obvious Docker Uses
Non-Obvious Docker Uses
Many developers use Docker the old-fashioned way -- a docker build and a docker run. Some non-obvious ways to use Docker. As a compiler. I gave a talk at DockerCon back in 2019 about the potential to use Docker as a compiler, and the idea is finally coming to fruition.
·matt-rickard.com·
Non-Obvious Docker Uses
Understanding data transfer costs for AWS container services | Amazon Web Services
Understanding data transfer costs for AWS container services | Amazon Web Services
Overview Data transfer costs can play a significant role in determining the overall design of a system. Amazon Elastic Container Registry (Amazon ECR), Amazon Elastic Container Service (Amazon ECS), and Amazon Elastic Kubernetes Service (Amazon EKS) can incur data transfer charges depending on a variety of factors. It can be difficult to visualize what that means […]
·aws.amazon.com·
Understanding data transfer costs for AWS container services | Amazon Web Services
Seamlessly migrate workloads from EKS self-managed node group to EKS-managed node groups | Amazon Web Services
Seamlessly migrate workloads from EKS self-managed node group to EKS-managed node groups | Amazon Web Services
Amazon Elastic Kubernetes Service (Amazon EKS) managed service makes it easy to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane. When Amazon EKS was made generally available in 2018, it supported self-managed node groups. With self-managed node groups, customers are responsible for configuring the Amazon Elastic Compute […]
·aws.amazon.com·
Seamlessly migrate workloads from EKS self-managed node group to EKS-managed node groups | Amazon Web Services
Don't Write Your Own Kubernetes YAML Generator
Don't Write Your Own Kubernetes YAML Generator
Me writing YAMLModern infrastructure work is, by many measures, better than it has ever been. We live in a time when a lot of the routine daily problems have been automated away by cloud providers, tooling or just improved workflows. However in the place of watching OS upgrades has come
·matduggan.com·
Don't Write Your Own Kubernetes YAML Generator
Threat Modeling Process | OWASP Foundation
Threat Modeling Process | OWASP Foundation
Threat Modeling Process on the main website for The OWASP Foundation. OWASP is a nonprofit foundation that works to improve the security of software.
·owasp.org·
Threat Modeling Process | OWASP Foundation
Addressing latency and data transfer costs on EKS using Istio | Amazon Web Services
Addressing latency and data transfer costs on EKS using Istio | Amazon Web Services
Data transfer charges are often overlooked when operating Amazon Elastic Kubernetes Service (Amazon EKS) clusters; understanding these charges would help reduce cost while operating your workload on Amazon EKS at production scale. Common scenarios for data transfer charges on EKS Understanding general data transfer charges on AWS will help you better understand the EKS networking […]
·aws.amazon.com·
Addressing latency and data transfer costs on EKS using Istio | Amazon Web Services
Managing Pod Scheduling Constraints and Groupless Node Upgrades with Karpenter in Amazon EKS | Amazon Web Services
Managing Pod Scheduling Constraints and Groupless Node Upgrades with Karpenter in Amazon EKS | Amazon Web Services
Overview Karpenter is a high-performance Kubernetes cluster autoscaler that can help you autoscale your groupless nodes by letting you schedule layered constraints using the Provisioner API. Karpenter also makes node upgrades easy through the node expiry TTL value ttlSecondsUntilExpired. This blog post will walk you through all of the steps to make this possible, and […]
·aws.amazon.com·
Managing Pod Scheduling Constraints and Groupless Node Upgrades with Karpenter in Amazon EKS | Amazon Web Services
GitHub - docker-slim/docker-slim: DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
GitHub - docker-slim/docker-slim: DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)...
·github.com·
GitHub - docker-slim/docker-slim: DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Monitoring Amazon EMR on EKS with Amazon Managed Prometheus and Amazon Managed Grafana | Amazon Web Services
Monitoring Amazon EMR on EKS with Amazon Managed Prometheus and Amazon Managed Grafana | Amazon Web Services
Apache Spark is an open-source lightning-fast cluster computing framework built for distributed data processing. With the combination of Cloud, Spark delivers high performance for both batch and real-time data processing at a petabyte scale. Spark on Kubernetes is supported from Spark 2.3 onwards, and it gained a lot of traction among enterprises for high performance and […]
·aws.amazon.com·
Monitoring Amazon EMR on EKS with Amazon Managed Prometheus and Amazon Managed Grafana | Amazon Web Services
querycap/istio: **HELP WANTED**. my free machine will be recycled next Month (April, 2022). could someone continue build this until official support?
querycap/istio: **HELP WANTED**. my free machine will be recycled next Month (April, 2022). could someone continue build this until official support?
**HELP WANTED**. my free machine will be recycled next Month (April, 2022). could someone continue build this until official support? - querycap/istio: **HELP WANTED**. my free machine will be recy...
·github.com·
querycap/istio: **HELP WANTED**. my free machine will be recycled next Month (April, 2022). could someone continue build this until official support?
Topology-aware traffic routing with topology keys
Topology-aware traffic routing with topology keys
FEATURE STATE: Kubernetes v1.21 [deprecated] Note: This feature, specifically the alpha topologyKeys API, is deprecated since Kubernetes v1.21. Topology Aware Hints, introduced in Kubernetes v1.21, provide similar functionality. Service Topology enables a service to route traffic based upon the Node topology of the cluster. For example, a service can specify that traffic be preferentially routed to endpoints that are on the same Node as the client, or in the same availability zone.
·kubernetes.io·
Topology-aware traffic routing with topology keys