Discovering how NGINX runs on Kubernetes.

NGINX

Discovering how NGINX runs on Kubernetes.
NGINX

These next steps provide an ideal place to start deploying and running your first application on Kubernetes. With a Kubernetes cluster and a CLI tool called kubectl, a few steps will get an NGINX web server running.

In this lab, you will learn how to:

    ☐ Use the basics of the kubectl CLI tool
    ☐ Install NGINX on Kubernetes
    ☐ Deploy containers as Deployments in Pods
    ☐ Use a Service to access a replication of Pods

NGINX is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. The software was created by Igor Sysoev and first publicly released in 2004. A company of the same name was founded in 2011 to provide support and NGINX plus paid software.

NGINX is free and open-source software, released under the terms of a BSD-like license. A large fraction of web servers use NGINX, often as a load balancer. – Wikipedia

  • LEVEL

    Beginner

  • DURATION

    10 minutes

  • UPDATED

    31 Dec, 2021