Skip to content

Commit

Permalink
[change] Removed instructions for deploying on K8s
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy authored and nemesifier committed Jul 26, 2024
1 parent 711095a commit bf4104c
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 994 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

This repository contains official docker images of OpenWISP. Designed with horizontal scaling, easily replicable deployments and user customization in mind.

![kubernetes](https://i.ibb.co/rGpLq4y/ss1.png)
The sample files for deployment on kubernetes are available in the `deploy/examples/kubernetes/` directory.

## Table of contents

- [Docker-OpenWISP](#docker-openwisp)
Expand All @@ -21,7 +18,6 @@ The sample files for deployment on kubernetes are available in the `deploy/examp
- [Deployment](#deployment)
- [Quick Setup](#quick-setup)
- [Compose](#compose)
- [Kubernetes](#kubernetes)
- [Customization](#customization)
- [Custom Django Settings](#custom-django-settings)
- [Custom Styles and JavaScript](#custom-styles-and-javascript)
Expand Down Expand Up @@ -135,19 +131,6 @@ tail -n 50 -f /opt/openwisp/autoinstall.log

[Setup on docker compose](docs/QUICK_SETUP.md) is suitable for single-server setup requirements. It is quicker and requires less prior knowledge about openwisp & networking.

### Kubernetes

Setup on kubernetes is complex and requires prior knowledge about linux systems, kubernetes, docker & openwisp. However, it provides scalability for very large networks.

- [Bare Metal](docs/kubernetes/BARE_METAL.md)
- [Google Cloud](docs/kubernetes/GOOGLE_CLOUD.md)

Useful commands for startup and readiness probes which are provided
by the images:

- startup probe example: `test $(ps aux | grep -c uwsgi) -ge 2`
- readiness probe example: `python services.py uwsgi_status "127.0.0.1:8001"`

## Customization

The following commands will create the directory structure required for
Expand Down
50 changes: 0 additions & 50 deletions deploy/examples/kubernetes/BareMetal.yml

This file was deleted.

51 changes: 0 additions & 51 deletions deploy/examples/kubernetes/CertManager.yml

This file was deleted.

49 changes: 0 additions & 49 deletions deploy/examples/kubernetes/ConfigMap.yml

This file was deleted.

Loading

0 comments on commit bf4104c

Please sign in to comment.