Catalog Details
CATEGORY
deploymentCREATED BY
UPDATED AT
July 08, 2024VERSION
0.0.1
What this pattern does:
This cloud-native design consists of a Kubernetes Pod running an Nginx container and a Kubernetes Service named service. The Pod uses the image nginx with an image pull policy of Always. The Service defines two ports: one with port 80 and target port 8080, and another with port 80. The Service allows communication between the Pod and external clients on port 80.
Caveats and Consideration:
Networking should be properly configured to enable communication between pod and services. Ensure sufficient resources are available in the cluster.
Compatibility:
Recent Discussions with "meshery" Tag
- Jun 22 | Newcomers call experience and Star Meshery
- Jul 05 | So many connected connections
- Jul 03 | Meshery Development Meeting | July 3rd 2024
- Jun 26 | Meshery Development Meeting | June 26th 2024
- Jun 27 | Meshery Build and Release Meeting | June 27th 2024
- Jun 26 | [Building Meshery with WSL2] Error: invalid memory address or nil pointer dereference (solved)
- Jun 22 | Should relationship schemas be the source of truth when defining relationships?
- Jun 18 | Accidently pushed my commit to running PR
- Jun 17 | Error while setting up Meshery Dev Environment in Windows
- Jun 15 | Where I can find the code of Layer5 Cloud ui?