Skip to content

Instantly share code, notes, and snippets.

View pdavies011010's full-sized avatar

Phill Mell-Davies pdavies011010

View GitHub Profile
2019-11-11T20:13:46.403428Z info ads Push debounce stable[709] 2: 100.061773ms since last change, 100.09698ms since last push, full=true
2019-11-11T20:13:46.405118Z info ads XDS: Pushing:2019-11-11T20:13:46Z/704 Services:35 ConnectedEndpoints:13
2019-11-11T20:13:46.406225Z info ads Cluster init time 1.085584ms 2019-11-11T20:13:46Z/704
2019-11-11T20:13:46.406323Z info ads Pushing sidecar~10.51.102.237~importer-service-7fd77dbccd-bdf6p.companyx~companyx.svc.cluster.local-634
2019-11-11T20:13:46.406337Z info ads Pushing sidecar~10.51.102.86~documentation-service-5c6fc7687d-77gcb.companyx~companyx.svc.cluster.local-623
2019-11-11T20:13:46.406341Z info ads Pushing sidecar~10.51.101.158~configuration-service-66d765c697-pzqd8.companyx~companyx.svc.cluster.local-633
2019-11-11T20:13:46.406406Z info ads Pushing router~10.51.101.181~istio-egressgateway-b6d785cb9-4w7fn.istio-system~istio-system.svc.cluster.local-628
2019-11-11T20:13:46.406534Z info ads Pushing router~10.51.102.72~istio-ingressgateway-7bfddc6954-w4mb5.is
@pdavies011010
pdavies011010 / gist:79c74baaca3151346ec83fa41e6fa349
Created November 10, 2019 16:55
HelloWorld Gateway resources
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: helloworld-gateway
spec:
selector:
istio: ingressgateway # use istio default controller
servers:
- port:
number: 80
@pdavies011010
pdavies011010 / gist:6798d5003390c80ec6b6406c3687bfc9
Created November 10, 2019 16:55
HelloWorld sample resources
apiVersion: v1
kind: Service
metadata:
name: helloworld
labels:
app: helloworld
spec:
ports:
- port: 5000
name: http
@pdavies011010
pdavies011010 / gist:58bba66f4bfe7ed7711715d22d68f278
Created November 10, 2019 16:52
Istio 1.3.4 Helm Install Parameters
# This is used to generate minimal demo mode. It is included from demo and demo-auth values.
# It is shipped with the release, used for bookinfo or quick installation of istio.
# Includes components used in the demo, defaults to alpha3 rules.
# Note: please only put common configuration for the demo profiles here.
global:
proxy:
accessLogFile: "/dev/stdout"
resources:
requests:
cpu: 10m
@pdavies011010
pdavies011010 / gist:33798fa19464140255d4451b8ec23f6b
Created November 10, 2019 16:51
Routes attached to the ingressgateway
MacBook-Pro:istio-1.3.4$ istioctl proxy-config route -o json -n istio-system istio-ingressgateway-7bfddc6954-p8m55
[
{
"name": "http.80",
"virtualHosts": [
{
"name": "blackhole:80",
"domains": [
"*"
],