Menu
myezbrew
  • Privacy Policy
  • prometheus documentation
myezbrew

Category: Uncategorized

helm

Posted on April 23, 2022April 23, 2022 by Andy Jenkins

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Table of Contents https://helm.sh/docs/intro/quickstart/

+

Scaled Agile Notes – SSM certification

Posted on December 11, 2021December 12, 2021 by Andy Jenkins

Agile Manifesto Concepts Manifesto Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan 12 Principles Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. Welcome changing requirements, even late in development. Agile processes…

+

Lambda crash course…

Posted on December 4, 2021December 6, 2021 by Andy Jenkins

Creating a Role Create Policy using AWS Policy Generator Type -> IAM Policy AWS Service -> Amazon SES Actions -> SendEmail, SendRawEmail ARN -> *  Click Add Statement Click Generate Policy Copy and save the text { “Version”: “2012-10-17”, “Statement”: [ { “Sid”: “Stmt1638644864547”, “Action”: [ “ses:SendEmail”, “ses:SendRawEmail” ], “Effect”: “Allow”, “Resource”: “*” } ] }…

+

Using AWS Lambda to enable static IP addresses for Application Load Balancers

Posted on December 4, 2021December 4, 2021 by Andy Jenkins

Just running through a blog on AWS… I will be contrasting and comparing different ways to make it go.   Here is the link to the blog I followed:https://aws.amazon.com/blogs/networking-and-content-delivery/using-aws-lambda-to-enable-static-ip-addresses-for-application-load-balancers/ We need some infrastructure upfront to start this: Network Load Balancer (NLB) that has an IP based target group Internal Application Load Balancer (ALB) The ALB and…

+

Python, boto3 and AWS alike

Posted on October 23, 2021October 29, 2021 by Andy Jenkins

This should be fun…  This is my python and boto3 hello world. I have never touched these let’s see what we get. Personally I wish perl had won. With the said here is it the link I am going to use.  https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html   Installation PythonBoto Mac:              sudo apt update…

+

Configure kubernetes Limit Ranges

Posted on September 9, 2021September 9, 2021 by Andy Jenkins
+

Install Terraform

Posted on September 6, 2021September 6, 2021 by Andy Jenkins

Here is the HashiCorp tutorial link… Install Terraform Here is my output on a cloud9 host: bitnami@ip-172-26-15-161:~$ sudo apt-get update && sudo apt-get install -y gnupg … (a bunch of output) bitnami@ip-172-26-15-161:~$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add – OK bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main” bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com…

+

Terraform S3 backend

Posted on September 6, 2021September 6, 2021 by Andy Jenkins
+

Configure node-pressure-eviction kOps

Posted on September 5, 2021September 8, 2021 by Andy Jenkins

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Here are the edits we need to make to the cluster config in kubelet. kubelet: victionHard: memory.available

+
  • Previous
  • 1
  • 2

Recent Posts

  • HAOS – Notes
  • Vger: Docker Images
  • Project: Duplicate Terraform Cloud Global Variable
  • PowerShell Crash Day
  • vger: Using a man in the middle terraform module

Recent Comments

    Archives

    • October 2023
    • September 2023
    • August 2023
    • March 2023
    • February 2023
    • November 2022
    • May 2022
    • April 2022
    • December 2021
    • October 2021
    • September 2021

    Categories

    • devops
    • docker images
    • prometheus
    • Prometheus Alerting
    • Uncategorized
    • vger

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    ©2025 myezbrew | WordPress Theme by Superb Themes