Forwarded from DevOps&SRE Library
kubectl-images
kubectl-images makes use of the kubectl command. It first calls kubectl get pods to retrieve pods details and filters out the container image information of each pod, then prints out the final result in a table view.https://github.com/chenjiandongx/kubectl-images
https://aws.amazon.com/blogs/aws/new-for-aws-lambda-1ms-billing-granularity-adds-cost-savings/
Цены на лямбды пойдут вниз :)
Цены на лямбды пойдут вниз :)
Amazon
New for AWS Lambda – 1ms Billing Granularity Adds Cost Savings | Amazon Web Services
What I like about AWS Lambda is that it lets you run code without provisioning or managing servers, and you pay only for what you use. Since we launched Lambda in 2014, you have been charged for the number of times your code is triggered (requests) and for…
https://github.com/aws/containers-roadmap/issues/583
они наконец это закрыли
https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-eks-support-ec2-spot-instances-managed-node-groups/
https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-provisioning-and-managing-ec2-spot-instances-in-managed-node-groups/
они наконец это закрыли
https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-eks-support-ec2-spot-instances-managed-node-groups/
https://aws.amazon.com/blogs/containers/amazon-eks-now-supports-provisioning-and-managing-ec2-spot-instances-in-managed-node-groups/
GitHub
[EKS] [request]: Spot instances for managed node groups · Issue #583 · aws/containers-roadmap
Tell us about your request Right now we can use on-demand instances in a managed node worker group. However I see no reference in the documentation to using spot instances or a spot fleet. Ideally,...
https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-web-services-announces-aws-proton/
новая штука от Амазона анонсирована в preview, как fully managed deployment service for container and serverless applications, надо будет поглядеть на нее
ну и их роадмап уже виден
https://github.com/aws/aws-proton-public-roadmap/projects/1
новая штука от Амазона анонсирована в preview, как fully managed deployment service for container and serverless applications, надо будет поглядеть на нее
ну и их роадмап уже виден
https://github.com/aws/aws-proton-public-roadmap/projects/1
Amazon Web Services, Inc.
Amazon Web Services Announces AWS Proton
https://aws.amazon.com/eks/eks-anywhere/
в следующем году можно будет ранать eks в on-premise :)
в следующем году можно будет ранать eks в on-premise :)
Amazon
Kubernetes On-Premises - Amazon EKS Anywhere - AWS
Amazon EKS Anywhere simplifies creating and operating on-premises Kubernetes clusters with default component configurations and automated cluster management tools.
Forwarded from DevOps&SRE Library
97_Things_Every_SRE_Should_Know.epub
54.7 MB
97 Things Every SRE Should Know
Collective Wisdom from the Experts
Emil Stolarsky and Jaime Woo
2020
Collective Wisdom from the Experts
Emil Stolarsky and Jaime Woo
2020
не LetsEncrypt'ом единым: https://docs.https.dev/list-of-acme-servers
список провайдеров которые умеют в acme
список провайдеров которые умеют в acme
https://acloudguru.com/blog/engineering/scheduling-amazon-dynamodb-backups-with-lambda-python-and-boto3
готовое решение по созданию бэкапов dynamodb на schedule основе, с описанием кода лямбды
готовое решение по созданию бэкапов dynamodb на schedule основе, с описанием кода лямбды
A Cloud Guru
Scheduling Amazon DynamoDB Backups with Lambda, Python, and Boto3
Let’s assume you want to make a backup of one of your DynamoDB tables each day. We also want to retain backups for a specified period of time.A simple way to achieve this is to use an Amazon CloudWatch Events rule to trigger an AWS Lambda function daily.…
https://github.com/awslabs/dynamodb-backup-scheduler
Dynamodb Backup Scheduler
A cloudFormation template - Since DynamoDb backup is ondemand feature - this CF template will help customer to trigger the Lambda code (Python code) in daily basis
Dynamodb Backup Scheduler
A cloudFormation template - Since DynamoDb backup is ondemand feature - this CF template will help customer to trigger the Lambda code (Python code) in daily basis
GitHub
awslabs/dynamodb-backup-scheduler
A cloudFormation template - Since DynamoDb backup is ondemand feature - this CF template will help customer to trigger the Lambda code (Python code) in daily basis - awslabs/dynamodb-backup-scheduler