Kubernetes
Install and attach K2's Java Language Agent with your Java application hosted on Kubernetes for Runtime Self Application Protection.
Steps to protect Java Web Application
Option 1: (Recommended)
apiVersion: v1 kind: Pod metadata: name: application-pod spec: containers: - image: k8s.gcr.io/test-webserver name: app-container volumeMounts: - mountPath: /opt/k2-ic name: k2-volume-${RELEASE-WITH-HYPHEN}-${GROUP-NAME} volumes: - name: k2-volume-${RELEASE-WITH-HYPHEN}-${GROUP-NAME} # Your Volume Config here-javaagent:/opt/k2-ic/K2-JavaAgent-1.0.0-jar-with-dependencies.jar
Option 2:
Last updated
Was this helpful?