What's the difference between Prometheus and Zabbix? - Stack Overflow - 0 views
-
Zabbix has core written in C and webUI based on PHP
-
Zabbix stores data in RDBMS (MySQL, PostgreSQL, Oracle, sqlite) of user's choice.
-
Prometheus uses its own database embedded into backend process
- ...8 more annotations...
JSON Web Token Introduction - jwt.io - 0 views
-
a stateless authentication mechanism as the user state is never saved in server memory
-
In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.
-
ser agent should send the JWT, typically in the Authorization header using the Bearer schema.
- ...2 more annotations...
grpc / grpc.io - 0 views
Upgrading kubeadm clusters | Kubernetes - 0 views
-
Swap must be disabled.
-
read the release notes carefully.
-
back up any important components, such as app-level state stored in a database.
- ...16 more annotations...
LXC vs Docker: Why Docker is Better | UpGuard - 0 views
-
LXC (LinuX Containers) is a OS-level virtualization technology that allows creation and running of multiple isolated Linux virtual environments (VE) on a single control host.
-
Docker, previously called dotCloud, was started as a side project and only open-sourced in 2013. It is really an extension of LXC’s capabilities.
-
run processes in isolation.
- ...35 more annotations...
The differences between Docker, containerd, CRI-O and runc - Tutorial Works - 0 views
-
Docker isn’t the only container contender on the block.
-
Container Runtime Interface (CRI), which defines an API between Kubernetes and the container runtime
-
Open Container Initiative (OCI) which publishes specifications for images and containers.
- ...20 more annotations...
Helm | - 0 views
-
Templates generate manifest files, which are YAML-formatted resource descriptions that Kubernetes can understand.
-
service.yaml: A basic manifest for creating a service endpoint for your deployment
-
In Kubernetes, a ConfigMap is simply a container for storing configuration data.
- ...88 more annotations...
GitHub - pyroscope-io/pyroscope: - 0 views
GitHub - pyroscope-io/pyroscope: - 0 views
Production environment | Kubernetes - 0 views
-
to promote an existing cluster for production use
-
Separating the control plane from the worker nodes.
-
Having enough worker nodes available
- ...22 more annotations...
Installing Addons | Kubernetes - 0 views
-
Calico is a networking and network policy provider. Calico supports a flexible set of networking options so you can choose the most efficient option for your situation, including non-overlay and overlay networks, with or without BGP. Calico uses the same engine to enforce network policy for hosts, pods, and (if using Istio & Envoy) applications at the service mesh layer.
-
Cilium is a networking, observability, and security solution with an eBPF-based data plane. Cilium provides a simple flat Layer 3 network with the ability to span multiple clusters in either a native routing or overlay/encapsulation mode, and can enforce network policies on L3-L7 using an identity-based security model that is decoupled from network addressing. Cilium can act as a replacement for kube-proxy; it also offers additional, opt-in observability and security features.
-
CoreDNS is a flexible, extensible DNS server which can be installed as the in-cluster DNS for pods.
- ...1 more annotation...
A Good Vimrc - 0 views
« First
‹ Previous
41 - 60 of 270
Next ›
Last »
Showing 20▼ items per page