custom initialization code in config/initializers. The code in
initializers executes on application startup
bbatsov/rails-style-guide: A community-driven Ruby on Rails 4 style guide - 0 views
-
-
Keep initialization code for each gem in a separate file with the same name as the gem
-
Mark additional assets for precompilation
- ...90 more annotations...
Deploy tokens | GitLab - 0 views
-
If a user creates one named gitlab-deploy-token, the username and token of the deploy token is automatically exposed to the CI/CD jobs as CI/CD variables: CI_DEPLOY_USER and CI_DEPLOY_PASSWORD
-
The special handling for the gitlab-deploy-token deploy token is not implemented for group deploy tokens.
Using Traefik as a reverse proxy | Blog Eleven Labs - 0 views
-
a proxy is associated with the client(s), while a reverse proxy is associated with the server(s); a reverse proxy is usually an internal-facing proxy used as a ‘front-end’ to control and protect access to a server on a private network.
-
the restart: always instruction will allow our reverse-proxy service to restart automatically, on its own.
-
add an [api] section to enable the dashboard and the API
- ...6 more annotations...
Share Process Namespace between Containers in a Pod | Kubernetes - 0 views
-
When process namespace sharing is enabled, processes in a container are visible to all other containers in the same pod.
-
It's even possible to access the file system of another container using the /proc/$pid/root link.
-
Pods share many resources so it makes sense they would also share a process namespace.
- ...2 more annotations...
kube-proxy | Kubernetes - 0 views
-
The Kubernetes network proxy runs on each node. This reflects services as defined in the Kubernetes API on each node and can do simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends.
-
Service cluster IPs and ports are currently found through Docker-links-compatible environment variables specifying ports opened by the service proxy.
« First
‹ Previous
61 - 66 of 66
Showing 20▼ items per page