> For the complete documentation index, see [llms.txt](https://whitepaper.nextearth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.nextearth.io/chapter-ii/pillars-of-the-metaverse/virtual-land/platform.md).

# Platform

The following are the technical platform components of Next Earth.&#x20;

**Service Container Runtime Platform via Google Kubernetes Engine (GKE)**&#x20;

Kubernetes is an open source container orchestration platform. &#x20;

It is designed to automate your management of application containers, from deploying and scaling to operating. Kubernetes orchestration allows you to partition as you go scaling up and down as necessary. &#x20;

You can respond quickly and efficiently to customer demand while limiting hardware usage within your production environment and minimizing disruption to feature rollouts. &#x20;

GitLab CI/CD lets us easily manage deployments to multiple environments inside the Kubernetes cluster.&#x20;

**Ingress Proxy via NGINX Ingress Controller**&#x20;

NGINX Ingress Controller is a best-in-class traffic management solution for cloud‐native apps in Kubernetes and containerized environments.&#x20;

The Ingress controller is one of the most critical parts of Kubernetes platform, acting as the entry point for all incoming traffic to applications running on Kubernetes. &#x20;

That’s why it must be built on top of a proven and reliable load‐balancing technology, such as NGINX. &#x20;

The NGINX Ingress Controller for Kubernetes combines the benefits of using the Kubernetes control plane to manage load‐balancing configuration with the performance, reliability, and advanced features of NGINX and NGINX Plus. &#x20;

Additionally, the NGINX Ingress controller integrates NGINX with cloud‐native tools such as Helm and Prometheus, which are rapidly gaining adoption in production Kubernetes environments.&#x20;

**Metrics monitoring via Prometheus** &#x20;

Prometheus is an open-source instrumentation framework. Prometheus can absorb massive amounts of data every second, making it well suited for complex workloads. &#x20;

Prometheus monitors our cloud VMs, databases, and draws on that data to analyze the performance of applications and infrastructure. &#x20;

Prometheus is a pull-based system. It is constantly scraping the metrics of available monitored resources like CPU, memory, request latency, etc.&#x20;

**Centralized Aggregated Logging via StackDriver** &#x20;

Stackdriver Logging provides real-time log management and analysis for cloud applications. Log data can be kept for longer periods of time by archiving it with Google Cloud Storage. The service works with both Google and AWS, and can gather logs from Google Compute Engine, Google App Engine and Amazon EC2.&#x20;

* Securely store, search, analyze, and alert on all of your log data and events
* Ingest custom log data from any source
* An exabyte-scale, fully managed service for your application and infrastructure logs&#x20;
* Analyze log data in real time


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.nextearth.io/chapter-ii/pillars-of-the-metaverse/virtual-land/platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
