Catalog Details
CATEGORY
deploymentCREATED BY
UPDATED AT
June 05, 2024VERSION
1.0
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 04 | How to setup Meshery Operator for local machine
- Jun 04 | Error on terminal when I ran `mesheryctl system start`
- Jun 04 | No connection shown in Docker Desktop Meshery extension
- Jun 04 | Showing no connections in meshery playground as well as in Docker meshery extension
- Jun 03 | Error in Meshery Server logs
- Jun 03 | Looking for Meshmate for first PR
- Jun 02 | Bug in MesheryPlayground production website in Deploying and Removing Adapters
- Jun 01 | Error encountered when trying to refresh after deploying adapter in settings in meshery playground
- Apr 14 | Unable to deploy meshery to minikube
- May 30 | Looking for a meshmate to help with first PR