Code Monkey home page Code Monkey logo

kubearmor-kafka-client's Introduction

Kafka Client

Kafka client collects the messages, alerts, and system logs from KubeArmor and pushes them to the given Kafka system with the corresponding topics.

Kafka Deployment

If you do not have a pre-installed Kafka system, you can quickly set up the Kafka system.

$ cd kubearmor-kafka-client/deployments/kafka
~/kubearmor-kafka-client/deployments/kafka$ kubectl create namespace kubearmor
~/kubearmor-kafka-client/deployments/kafka$ kubectl apply -f kafka-crds.yaml
~/kubearmor-kafka-client/deployments/kafka$ kubectl apply -f kafka-deployment.yaml
~/kubearmor-kafka-client/deployments/kafka$ kubectl apply -f kafka-volume.yaml
~/kubearmor-kafka-client/deployments/kafka$ kubectl apply -f kafka-user-topic.yaml

Wait for the completed deployments of Kafka pods. It will take a couple of minutes.

kubearmor     kubearmor-kafka-cluster-entity-operator-5544dc6545-wtsqn   3/3     Running
kubearmor     kubearmor-kafka-cluster-kafka-0                            1/1     Running
kubearmor     kubearmor-kafka-cluster-zookeeper-0                        1/1     Running
kubearmor     kubearmor-kafka-cluster-operator-6c7b6c4c6-ktgs8           1/1     Running

Kafka Client Deployment

If the Kafka system is ready, you can simply deploy the Kafka client for KubeArmor.

$ cd kubearmor-kafka-client/deployments
~/kubearmor-kafka-client/deployments$ kubectl apply -n [target namespace] -f client-deployment.yaml

kubearmor-kafka-client's People

Contributors

dku-boanlab avatar nam-jaehyun avatar

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.