Menu

Poland

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

Sweden

Drottninggatan 86
111 36 Stockholm
+46 762 041 514
info@grandmetric.com

UK

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

US Region

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

  • en
  • pl
  • se
  • K8S Liveness Probe HTTP Request

    K8S Liveness Probe HTTP Request

    Liveness Probe HTTPRequest is an element in Kubernetes that allows you to control the liveness of a counter in pods using HTTP. The component allows to query a specific endpoint in the container and infer whether the application is working correctly. In this article, I will list some common Kubernetes Liveness Probe and httpGet settings. […]

    Date: 23.04.2024

    docker-compose configuration

    What is docker-compose? Docker-compose is a useful tool for orchestrating multi-container Docker applications. It allows you to run applications based on a YAML file. These files are a list of instructions specifying the parameters of the applications to be launched. In our example, we will run two containers – a MySQL database and a basic […]

    Date: 23.04.2024

    Liveness Probe TCP Socket in Kubernetes

    Liveness Probe TCP Socket is a part of Kubernetes, thanks to which you can control the health of the pods. If it is possible to open in the container, the specified port of the container can be considered healthy, otherwise, the status failure will be returned.  In this article, I will show you an example […]

    Date: 25.09.2020

    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 – Command Exec

    Liveness Probe Command Exec is an element in Kubernetes, thanks to which you can control the state of life of a counter in Pods using command inside containers. This option allows us to check, for example, the content of files, the existence of files and other options (available from the command level) that can give us information about the correct […]

    Date: 30.07.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