Menu

US Region

Grandmetric LLC
Lewes DE 19958
16192 Coastal Hwy USA
EIN: 98-1615498
+1 302 691 94 10
info@grandmetric.com

EMEA Region

GRANDMETRIC Sp. z o.o.
ul. Metalowa 5, 60-118 Poznań, Poland
NIP 7792433527
+48 61 271 04 43
info@grandmetric.com

UK

Grandmetric LTD
Office 584b
182-184 High Street North
London
E6 2JA
+44 20 3321 5276
info@grandmetric.com

  • en
  • pl
  • Dockerfile – How to set up Docker

    Archives

    Dockerfile – How to set up Docker

    Dockerfile – introduction According to Docker’s official documentation, Dockerfile is a text file that contains all commands, in order, needed to build a given image. It defines: source image, list of commands executed while creating the image, list of commands to automatic run, open network port, volumes with databases. Syntax List of the most critical […]

    Date: 03.08.2020

    Kubernetes Liveness Probe – HTTPRequest

    Liveness Probe HTTPRequest is an element in Kubernetes, thanks to which you can control the state of life of a counter in Pods using the HTTP protocol. The component allows you to send queries to a given endpoint in the container and infer whether the application is working correctly. In this article, I will list some common settings of Kubernetes Liveness Probe and httpGet options. […]

    Date: 03.07.2020

    Grandmetric