All Projects → CrowdStrike → falcon-operator

CrowdStrike / falcon-operator

Licence: Apache-2.0 license
artifacthub.io/packages/olm/falcon-operator/falcon-operator

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to falcon-operator

Home Assistant Config Fr
🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵
Stars: ✭ 175 (+525%)
Mutual labels:  sensor
Sense Js
📱 html5 sensor interaction library for mobile
Stars: ✭ 219 (+682.14%)
Mutual labels:  sensor
akka-cluster-operator
Run Akka Cluster applications in Kubernetes.
Stars: ✭ 72 (+157.14%)
Mutual labels:  operator
Iio Sensor Proxy
IIO accelerometer sensor to input device proxy
Stars: ✭ 192 (+585.71%)
Mutual labels:  sensor
Gravity View
Introducing Gravity View: Because swiping is so yesterday!
Stars: ✭ 200 (+614.29%)
Mutual labels:  sensor
React Parallax Tilt
👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies
Stars: ✭ 243 (+767.86%)
Mutual labels:  sensor
Sensor Data Logger
Android Wear sensor data plotter
Stars: ✭ 166 (+492.86%)
Mutual labels:  sensor
Qwiic Spectral Sensor AS726X
Qwiic breakout for the AS7261/AS7262/AS7263 spectral sensors from AMS.
Stars: ✭ 20 (-28.57%)
Mutual labels:  sensor
React Native Proximity
📱 A React Native wrapper that provides access to the proximity sensor on iOS and Android.
Stars: ✭ 201 (+617.86%)
Mutual labels:  sensor
Xiaomi miot raw
Universal Xiaomi MIoT integration for Home Assistant
Stars: ✭ 240 (+757.14%)
Mutual labels:  sensor
I2c Moisture Sensor
I2C based soil moisture sensor
Stars: ✭ 194 (+592.86%)
Mutual labels:  sensor
Onewirehub
OneWire slave device emulator
Stars: ✭ 195 (+596.43%)
Mutual labels:  sensor
Volumetriccapture
A multi-sensor capture system for free viewpoint video.
Stars: ✭ 243 (+767.86%)
Mutual labels:  sensor
Battery State Card
Battery state card for Home Assistant
Stars: ✭ 184 (+557.14%)
Mutual labels:  sensor
Anniversaries
Anniversary Countdown Sensor for Home Assistant
Stars: ✭ 128 (+357.14%)
Mutual labels:  sensor
Bh1750
An Arduino library for the digital light sensor breakout boards containing the BH1750FVI IC
Stars: ✭ 173 (+517.86%)
Mutual labels:  sensor
Sensey
⚡ [Android Library] Play with sensor events & detect gestures in a breeze.
Stars: ✭ 2,621 (+9260.71%)
Mutual labels:  sensor
rs485-moist-sensor
Digital (RS485 - based) soil moisture and temperature sensor
Stars: ✭ 51 (+82.14%)
Mutual labels:  sensor
ts-action-operators
TypeScript action operators for NgRx and redux-observable
Stars: ✭ 34 (+21.43%)
Mutual labels:  operator
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (+789.29%)
Mutual labels:  sensor

CrowdStrike Falcon Twitter URL

Falcon Operator

Artifact Hub CI Golang Build Go Report Card gosec CodeQL Go Reference CI Container Build Docker Repository on Quay Docker Repository on Quay

The CrowdStrike Falcon Operator installs CrowdStrike Falcon Container Sensor or CrowdStrike Falcon Node Sensor on the cluster.

The CrowdStrike Falcon Operator is an open source project and not a CrowdStrike product. As such, it carries no formal support, expressed, or implied.

About the CrowdStrike Falcon Operator

The CrowdStrike Falcon Operator deploys CrowdStrike Falcon Workload Protection to the cluster. The operator exposes 2 custom resources that allows you to deploy either the Falcon Container Sensor or Falcon Node Sensor.

About Custom Resources

Custom Resource Description
FalconContainer Manages installation of Falcon Container Sensor on the cluster
FalconNodeSensor Manages installation of Falcon Linux Sensor on the cluster nodes

Additional information can be found in FAQ document

Installation Steps

Installation steps differ based on the Operator Life-cycle Manager (OLM) availability. You can determine whether your cluster is using OLM by running: kubectl get crd catalogsources.operators.coreos.com

  • (option 1): In case your cluster is not using OLM (Operator Life-cycle Manager), run:

    kubectl apply -f https://raw.githubusercontent.com/CrowdStrike/falcon-operator/main/deploy/falcon-operator.yaml
    
  • (option 2): In case your cluster is using OLM, run:

    OPERATOR_NAMESPACE=falcon-operator
    kubectl create ns $OPERATOR_NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
    operator-sdk run bundle quay.io/crowdstrike/falcon-operator-bundle:latest --namespace $OPERATOR_NAMESPACE
    

After the installation concludes, please proceed with deploying either Falcon Container Sensor or Falcon Node Sensor.

Uninstall Steps

  • To uninstall Falcon Operator when OLM is installed, run:
    operator-sdk cleanup falcon-operator --namespace falcon-operator
    
  • To uninstall Falcon Operator when OLM is not in use, run:
    kubectl delete -f https://raw.githubusercontent.com/CrowdStrike/falcon-operator/main/deploy/falcon-operator.yaml
    

Getting Help

If you encounter any issues while using the Falcon Operator, you can create an issue on our Github repo for bugs, enhancements, or other requests.

Contributing

You can contribute by:

  • Raising any issues you find using Falcon Operator
  • Fixing issues by opening Pull Requests
  • Improving documentation
  • Talking about the CrowdStrike Falcon Operator

All bugs, tasks or enhancements are tracked as GitHub issues.

Additional Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].