Skip to content

long running LT against a single pod on eks cluster #659

Locked Answered by ldemailly
mamaigubasty asked this question in Q&A
Discussion options

You must be logged in to vote

Are you using istio or something else on your k8s cluster?

Accessing fortio's web UI is similar to accessing any other service or app. For instance using istio ingress:

apiVersion: v1
kind: Namespace
metadata:
  name: fortio
  labels:
    istio-injection: enabled
---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: fortio
  namespace: fortio
spec:
  selector:
    matchLabels:
      app: fortio
  strategy:
    rollingUpdate:
      maxSurge: 100%
      maxUnavailable: 0%
    type: RollingUpdate
  template:
    metadata:
      labels:
        app: fortio
    spec:
      containers:
        - name: fortio
          image: fortio/fortio:latest_release
          args:
            - server

Replies: 19 comments 28 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ldemailly
Comment options

You must be logged in to vote
1 reply
@ldemailly
Comment options

Comment options

You must be logged in to vote
5 replies
@ldemailly
Comment options

@grinbvi
Comment options

@grinbvi
Comment options

@grinbvi
Comment options

@ldemailly
Comment options

Comment options

You must be logged in to vote
1 reply
@ldemailly
Comment options

Comment options

You must be logged in to vote
4 replies
@grinbvi
Comment options

@grinbvi
Comment options

@ldemailly
Comment options

@ldemailly
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@grinbvi
Comment options

@ldemailly
Comment options

Comment options

You must be logged in to vote
2 replies
@ldemailly
Comment options

@ldemailly
Comment options

Comment options

You must be logged in to vote
2 replies
@ldemailly
Comment options

@ldemailly
Comment options

Comment options

You must be logged in to vote
1 reply
@grinbvi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@grinbvi
Comment options

@grinbvi
Comment options

@grinbvi
Comment options

@grinbvi
Comment options

@grinbvi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ldemailly
Comment options

Comment options

You must be logged in to vote
2 replies
@grinbvi
Comment options

@ldemailly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants