I am using django-clamd (https://github.com/vstoykov/django-clamd) inside my django app. The scanning works fine on my local system while uploading files and virus containing files are detected. I want to achieve the same for my app pod in kubernetes environment. Any ideas how to setup clam antivirus as a single instance(one pod per node in the cluster) in k8s so that apps deployed in different namespaces can be scanned using the clamav? I do not want to setup a separate instance of clamav for every app deloyment as a single clam av instance needs around 1 GB of RAM.
How to setup calm antivirus in k8s environment and interact from a django app pod?
1.2k Views Asked by devcloud At
0
There are 0 best solutions below
Related Questions in DJANGO
- Display images on Django Template Site
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Django invalid literal for int() with base 10:
- Removing URL features from tokens in NLTK
- Django Noob URL to from Root Page to sub Page
- Django Admin tables not displaying correctly
- Django with chartkick
- Django urls.py not rendering correct template
- django form errors before submit
- django admin: custom app_index with context
- Display multiple models in one view in Django
- Unexpected NoReverseMatch error when using include() in urls patterns
- Search for a key in django.core.cache
- Django webapp (on an Apache2 server) hangs indefintely when importing nltk in views.py
- Django flush won't load fixtures
Related Questions in KUBERNETES
- How to know a Pod's own IP address from inside a container in the Pod?
- Who will decide the "specified number of pods" for replication controller in kubernetes?
- Access other containers of a pod in Kubernetes
- Kubernetes cluster using Vagrant not working after restart
- kubectl not installed with gcloud SDK
- How do I access the Kubernetes api from within a pod container?
- Exposing several services with Vagrant and Kubernetes on my own server
- Does Kubernetes provision new VMs for pods on my cloud platform?
- Any suggestion for running Aerospike on Kubernetes on CoreOS on GCE?
- Kubernetes - kubectl exec bash - session drop and line width
- Google Container Engine (GKE): "Hello Wordpress" tutorial not working (ERR_CONNECTION_REFUSED)
- Kubernetes Pod Creation Speed
- How can i set max count of pods for replication-controller per node?
- Is there a way to tell kubernetes to update your containers?
- Postgres with Kubernetes and persistentDisk
Related Questions in CLAM
- Starting clamav as systemd service fails
- How to secure communication between ClamAV daemon and Client?
- How to setup calm antivirus in k8s environment and interact from a django app pod?
- clamav update issue using proxy authentication
- php file upload scanning using clamav, permissions on /tmp/
- PHP. Permissions of upload temp file under /tmp . How to configure
- How do I disable Clamav from downloading virus database from Internet
- Using Netty with ClamAV Instream
- PHP and ClamAV socket programming
- How to run clamd as a service on Centos 8
- nClam - How to pass linux server path to ScanFileOnServer
- How to connect to ClamAV daemon?
- How to update ClamAV in windows
- ClamWin Antivirus update on Windows Azure Virtual Machine
- How to test ClamAV service for potential threats
Related Questions in CLAMAV
- freshclam: symbol lookup error: freshclam: undefined symbol: print_version, version FRESHCLAM_PRIVATE
- Clamav receives modified file for scanning from C-ICAP proxy
- NodeClamError: No valid & active virus scanning binaries are active and available and no host/socket option provided
- HEALTH CHECK not resolving for ClamAV hosted in GKE cluster
- clamav is throwing error while upgrading lambda runtimeversion to 3.11
- python: determine file type by its content (not only by its magic)
- local server takes time to update clamav db
- How kill a process using powershell without getting errors when the process does not exist
- Database load failed: Malformed database
- is there any solution to download a file from aws s3 bucket with aws lambda but file size should be 1gb or more?
- How to use ClamAV Antivirus in AWS EC2 for scanning S3 Bucket object when any file uploaded to s3 bucket?
- How to schedule clamdscan weekly (cron jobs on GKE)?
- How can I use ClamAV in Kubernetes to scan another pod?
- how do I perform healthchecks on clamav using docker
- find -ctime -1 finds all my files, not only the recently changed ones
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?