Become a member
Sign in
Denis denisov
Denis denisov

Denis denisov

14 Following
1 Followers
  • Profile
  • Claps
  • Highlights

Highlighted by Denis denisov

See more

From Comparing Kubernetes to Pivotal Cloud Foundry — A Developer’s Perspective by Oded Shopen

Kubernetes uses DNS resolution to identify other services within the cluster. Inside the same namespace, you can lookup another service by its name. In another namespace, you can lookup the service’s name followed by a dot and then the other namespace.

From Understanding kubernetes networking: ingress by Mark Betz

…inutes to happen, which is not surprising given the number of resources that have to be brought up. On GCP, for example, this requires the system to create an external IP, a forwarding rule, a target proxy, a backend service, and possibly an instance group. Once the IP has been allocated you can connect to your service through it, assign it a domain name…

From Understanding kubernetes networking: services by Mark Betz

Like everything in kubernetes a service is just a resource, a record in a central database, that describes how to configure some bit of software to do something. In fact a service affects the configuration and behavior of several components in the cluster, but…

Claps from Denis denisov

See more

A guide for adding JWT token-based authentication to your single page Node.js applications

Naren Yellavula

R2DBC vs JDBC

Aleksandr Filichkin

Getting started with Docker for local Node.js development

François Romain