This document explains how to install and configure Nacos, covering local, docker, and kubernetes environments. The following is just a quick example installation guide; for setting up a production-ready cluster, please refer to the official Nacos documentation.
Nacos depends on the Java environment to run, currently supporting environments such as Linux, MacOS, and Windows.
You can download the latest stable version of Nacos and extract the binary package:
Access the console via the browser at the following link: http://127.0.0.1:8848/nacos/
To start Nacos using Docker, please ensure you have properly installed Docker on your local machine.
Please refer to nacos-operator for details on deploying Nacos to a Kubernetes cluster.