ypereirareis.github.io icon indicating copy to clipboard operation
ypereirareis.github.io copied to clipboard

DevOps, Symfony and VueJs developer. Articles and experiences on docker, grafana, prometheus, RabbitMQ, PHP, MySQL, Admin, Nginx, Haproxy, SSH,...

Results 27 ypereirareis.github.io issues
Sort by recently updated
recently updated
newest added

# Kubernetes Service AND Endpoint You need to create a kubernetes service and a kubernetes endpoint **with the same name**. The link between Service and Endpoint will be created automatically....

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies
ruby

## Console handler * allows to control output VERBOSITY and LOGS LEVELS matching. * allows to output logs and messages in CLI command STDOUT / STDERR. * logs messages with...

## \Exception is not matching PHP Fatal errors, whereas \THrowable is !!! * stubs/Core/Core_c.php ```php /** * Throwable is the base interface for any object that can be thrown via...

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cluster.html ### Cluster Health ``` curl localhost:9200/_cluster/health?pretty ``` ### Cluster settings ``` curl localhost:9200/_cluster/settings?pretty ``` ``` curl -X PUT "localhost:9200/_cluster/settings?pretty" -H 'Content-Type: application/json' -d' { "persistent": { "cluster.routing.allocation.enable": "all" }...

## Interfaces - Interface/IP publique eth0 - Interface/IP privée eth1 - Interface docker0 - Interface docker_gwbridge ``` May 2 10:53:23 node1 kernel: [1175176.954934] [UFW BLOCK] IN=docker_gwbridge OUT= PHYSIN=vethefd123a54f MAC=02:42:ff:53:8c:77:02:42:ac:25:57:09:08:17 SRC=172.20.64.3...

In complex configurations we sometimes need to use docker containers interfaces to allow cluster wide communication (ES for instance). In that case , it's important to understand the relation between...

* https://github.com/moby/moby/issues/37338 * https://github.com/docker-archive/for-aws/issues/104#issuecomment-331563445 * https://github.com/docker-archive/for-aws/issues/104#issuecomment-331661563 `docker network inspect NETWORK --verbose` * Une IP par container branché au network (scale up consomme des IPs supplémentaires) * Une IP (VIP) par...