Coder Social home page Coder Social logo

Comments (8)

dalbhanj avatar dalbhanj commented on August 14, 2024 1

Yes, I agree. Fluentd>CWL is a good pattern.

from eks-workshop.

rnzsgh avatar rnzsgh commented on August 14, 2024

#!/bin/bash

Wait for tiller to be installed

ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)

helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator

aws logs create-log-group --log-group-name kubernetes --region us-west-2

helm install stable/kube2iam --namespace kube-system --name kube2iam --set=extraArgs.base-role-arn=arn:aws:iam::${ACCOUNT_ID}:role/,extraArgs.default-role=kube2iam-default,host.iptables=true,host.interface=cbr0,rbac.create=true

helm install --name fluentd -f fluentd-cloudwatch-values.yaml incubator/fluentd-cloudwatch

kubectl --namespace=default get pods -l "app=fluentd-cloudwatch,release=fluentd"

from eks-workshop.

rnzsgh avatar rnzsgh commented on August 14, 2024

For additional context. I spoke with Brent about this and we both agreed that Fluentd -> CWL was the best approach. Please let me know if you would like to discuss in more detail.

from eks-workshop.

oak2278 avatar oak2278 commented on August 14, 2024

Per Brent let's break kube2iam setup into it's own module.

from eks-workshop.

dalbhanj avatar dalbhanj commented on August 14, 2024

This Issue (#16) could be duplicate to current issue. @oak2278 to confirm soon

from eks-workshop.

oak2278 avatar oak2278 commented on August 14, 2024

Yes, #16 is a duplicate. I will be implementing EFK stack

from eks-workshop.

arun-gupta avatar arun-gupta commented on August 14, 2024

@dalbhanj what is the current status on this? Any thing pending? When can it be merged and closed?

from eks-workshop.

dalbhanj avatar dalbhanj commented on August 14, 2024

PR #40 waiting for review. I'll add reviewers.

from eks-workshop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.