Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Sesión 12 : k8s (traefik)
- traefik-ingress-lb ports: - name: http containerPort: 80 hostPort: 8... traefik-ingress-lb ports: - name: http containerPort: 80 - name: admin... : name: whoami-service spec: ports: - name: http targetPort: 80 port: 80 selector: a... fik spec: rules: - host: whoami.localhost http: paths: - path: / backend:
- Sesión 8 : kubernetes
- ectl run first-deployment --image=katacoda/docker-http-server --port=80'' -> ''kubectl create'' * ''... n kube-system'' * ''kubectl create deployment http --image=katacoda/docker-http-server:latest'' * ''kubectl get pods'' * ''docker ps | grep docker-http-server'' (on node) * ''kubectl apply -f dashb
- Sesión 16 prometheus on kubernetes
- ice-account.yaml> # This is an extract from here: http://jayunit100.blogspot.fi/2017/07/helm-on.html api... etheus-prometheus-operator-prometheus-0 9090'' -> http://localhost:9090 * grafana: ''kubectl port-forw... .items..metadata.name}") -n monitoring 3000'' -> http://localhost:3000 (admin:prom-operator) * alertm... ager-prometheus-operator-alertmanager-0 9093'' -> http://localhost:9093 == deploy traefik para usar con
- Sesión 7: Seguridad, Prometheus
- * [[https://developer.mozilla.org/es/docs/Web/HTTP/Access_control_CORS]] * CSRF tokens: * [[ht... environment: - "ALERTMANAGER_URIS=default:http://alertmanager.amachete.local:9093" deploy: ... k=proxy # Traefik service that listens to HTTP - traefik.redirectorservice.frontend.entryPoints=http - traefik.redirectorservice.frontend.redi
- Sesión 3 : swarm
- interval = "10s" [subscriber] enabled = true http-timeout = "30s" insecure-skip-verify = false ... ite-concurrency = 40 write-buffer-size = 1000 [http] enabled = true bind-address = ":8086" auth... and: - "--api" - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" - "-... s Address::443 TLS" - "--defaultentrypoints=http,https" - "--acme" - "--acme.entryPoin
- Sesión 4 : swarm (ELK+TIG)
- crear base de datos en influxdb: ''curl -i -XPOST http://localhost:8086/query --data-urlencode "q=CREATE... graf'' * borrar base de datos: ''curl -i -XPOST http://localhost:8086/query --data-urlencode "q=DROP D... proxy environment: ELASTICSEARCH_URL: 'http://elasticsearch:9200' deploy: replicas:
- Sesión 5: vagrant, ansible
- acker build -only=amazon-ebs example.json'' * [[http://packer.io/docs/builders/index.html]] == ansibl... conditionals.html?highlight=when]] == otros * [[http://www.gratisexam.com]] * [[https://medium.com/@
- sesión 13 ELK
- proxy environment: ELASTICSEARCH_URL: 'http://elasticsearch:9200' LOGSPOUT: 'ignore' ... cuchando: ''sudo lsof -ni:12345'' == otros * [[http://www.whitedisplay.com]] * grok debugger * vi
- Sesión 11 Jenkins
- ODE_STATUS=$(curl -sI ${CONTAINER_IP} | grep -c "^HTTP/1.1 200") docker stop demo1-${BUILD_NUMBER} #[[