search <namespace>.svc.cluster.local svc.cluster.local cluster.local
options ndots:5
curl foo-service.default.svc.cluster.local
Separation of Concerns (SoC)
a design principle that manages complexity by partitioning the software system so that each partition is responsible for a separate concern, minimizing the overlap of concerns as much as possible.
https://en.wikipedia.org/wiki/Separation_of_concerns
a design principle that manages complexity by partitioning the software system so that each partition is responsible for a separate concern, minimizing the overlap of concerns as much as possible.
https://en.wikipedia.org/wiki/Separation_of_concerns
👍2
NGINX Cookbook by Derek DeJonghe.pdf
2.5 MB
# Nginx
Third Edition
Third Edition
🔹 ClusterIP: The default service type that exposes the service on an internal cluster IP address, making it reachable only from within the cluster.
🔹 NodePort: Exposes the service on each node's IP address at a static port (the NodePort). The service becomes accessible externally at <NodeIP>:<NodePort>.
🔹 LoadBalancer: Exposes the service externally using a cloud provider’s load balancer.
🔹 ExternalName: Maps the service to a DNS name, commonly used to represent an external resource like a database inside the Kubernetes cluster.
🔹 NodePort: Exposes the service on each node's IP address at a static port (the NodePort). The service becomes accessible externally at <NodeIP>:<NodePort>.
🔹 LoadBalancer: Exposes the service externally using a cloud provider’s load balancer.
🔹 ExternalName: Maps the service to a DNS name, commonly used to represent an external resource like a database inside the Kubernetes cluster.
👍1
Forwarded from DevOps(Document Repository)
Practical monitoring.pdf
4.6 MB
#Book
#Monitoring
--------------------------------------
Group:
🟡 https://news.1rj.ru/str/DevopsDocGP
Channel:
🔴 https://news.1rj.ru/str/DevopsDoc
#Monitoring
--------------------------------------
Group:
🟡 https://news.1rj.ru/str/DevopsDocGP
Channel:
🔴 https://news.1rj.ru/str/DevopsDoc
👏2👍1
Forwarded from DevOps(Document Repository)
Prometheus_ Up & Running.pdf
6.5 MB
#Book
#Prometheus
#Monitoring
➖➖➖➖➖➖➖➖➖➖➖➖➖
Group:
🟡 https://news.1rj.ru/str/DevopsDocGP
Channel:
🔴 https://news.1rj.ru/str/DevopsDoc
#Prometheus
#Monitoring
➖➖➖➖➖➖➖➖➖➖➖➖➖
Group:
🟡 https://news.1rj.ru/str/DevopsDocGP
Channel:
🔴 https://news.1rj.ru/str/DevopsDoc
❤🔥1👍1
داکیومنت ریجستری داکر
چقدر جای سختی گذاشتنش
این چندساله که باهاش کار میکنم الان دارم میبینمش!
https://distribution.github.io/distribution/about/configuration/#debug
چقدر جای سختی گذاشتنش
این چندساله که باهاش کار میکنم الان دارم میبینمش!
https://distribution.github.io/distribution/about/configuration/#debug
CNCF Distribution
Configuring a registry
Explains how to configure a registry
👍2
پروژه نسبتا کوچیکی که با خوندش میتونید با exporter نوشتن برای پرومتوس آشنا بشید
https://github.com/albertodonato/query-exporter
https://news.1rj.ru/str/devops_tabriz
https://github.com/albertodonato/query-exporter
https://news.1rj.ru/str/devops_tabriz
GitHub
GitHub - albertodonato/query-exporter: Export Prometheus metrics from SQL queries
Export Prometheus metrics from SQL queries. Contribute to albertodonato/query-exporter development by creating an account on GitHub.
👏2