Skip to content

BalaclavaLab/docker-jolokia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Dockerised Jolokia Proxy

Dockerfile

Run standalone:

docker run -d --name jolokia -p 8080:8080 balaclavalab/jolokia

Kubernetes container snippet (add to Telegraf or a standalone deployment):

containers:
- name: jolokia
  image: balaclavalab/jolokia
  ports:
  - containerPort: 8080
  resources:
    requests:
      memory: 128Mi
      cpu: 0.1
    limits:
      memory: 1Gi
      cpu: 0.5

About

Jolokia docker image with enabled proxy mode

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •