Skip to main content

Quick EKS corss-AZ log

Project description

Quick EKS cross az

This project is based on an existing AWS open solution. It simplifies operations by using your current AWS role directly from your shell session, and without using any iam:* permission...

Features

  • Runs With Your Current AWS Credentials: Uses the AWS credentials and settings you already have configured in your shell session. No need to configure special credentials just for the demo.
  • Works Without Administrator Privileges: No need for IAM modification permissions - it's designed to work seamlessly with PowerUser access.
  • Reuses Your EKS Authentication: Uses the active Kubernetes context in your shell to retrieve pod and node metadata.
  • Simple Exectuion: Offers one-line execution with pipx or docker for all orchestration including cleanup.

Technical Details

Similar to the original solution, this project utilizes CloudFormation to provision flow logs and S3 buckets. However, it orchestrates everything using a script:

  • Flow logs are temporarily enabled for the EKS VPC, and necessary S3 buckets are created via CloudFormation.
  • Pod metadata, including the app label and node IP, is gathered.
  • After a configurable timeframe, flow logs are aggregated within Athena.
  • The results are downloaded as a CSV file.
  • Finally, the script cleans up any infrastructure changes made.

Getting Started

Prerequisites

  • Python version 3.6 or later
  • Kubernetes Cluster API access in current shell
  • An active AWS role in your current shell that has permissions to:
    • Create flow logs
    • Create S3 buckets
    • Run Athena queries

Using Pipx

Easiest way to run the script is with pipx. Pipx lets you run Python packages quickly in isolation:

python3 -m pip install --user pipx # install pipx if required
python3 -m pipx run quick-eks-cross-az --help

Using Docker

[TODO]

CLI

usage: cli.py [-h] [--minutes N] [--quiet | --no-quiet] [--verbose | --no-verbose]
              [--cleanup | --no-cleanup] [--output | --no-output] [--stack-name | --no-stack-name]

options:
  -h, --help            show this help message and exit
  --minutes N           minutes of flow logs accumulation
  --quiet, --no-quiet   run without manual confirmation
  --verbose, --no-verbose
                        verbose log
  --cleanup, --no-cleanup
                        cleanup a previous interrupted run
  --output, --no-output
                        output file name
  --stack-name, --no-stack-name
                        override CloudFormation stack name

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quick_eks_cross_az-0.9.2.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quick_eks_cross_az-0.9.2-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file quick_eks_cross_az-0.9.2.tar.gz.

File metadata

  • Download URL: quick_eks_cross_az-0.9.2.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for quick_eks_cross_az-0.9.2.tar.gz
Algorithm Hash digest
SHA256 1a9dc9eb5ec76d2a10cc190731c8d3f6216209a039103b0c2b66c06814605349
MD5 57bc4040ec07a9d0956ff5cc14b10335
BLAKE2b-256 f80656b3c1a05af65af13563c23174ef8a09c4a93afa87eb134c6433627e8100

See more details on using hashes here.

File details

Details for the file quick_eks_cross_az-0.9.2-py3-none-any.whl.

File metadata

File hashes

Hashes for quick_eks_cross_az-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a61199f5caacd68362cb796182f3b82e84eb8e3a5288dc8961bfbe960747a8e2
MD5 ff6a5a01e3129e1d753b5f4459f54516
BLAKE2b-256 feb8809fdffdee867b8cf607fe0bb075a34acac6aa9d8f9e461072c924bfa2c2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page