Skip to content

Commit

Permalink
[Catalog] Update Catalog items
Browse files Browse the repository at this point in the history
Signed-off-by: l5io <[email protected]>
  • Loading branch information
leecalcote authored and l5io committed Jun 27, 2024
1 parent 5ab8c2c commit 32ff268
Show file tree
Hide file tree
Showing 541 changed files with 155,507 additions and 730 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Pod Readiness
createdAt: "2024-06-27T00:24:21Z"
createdAt: "2024-06-27T04:13:35Z"
description: Pod%20readiness%20in%20Kubernetes%20indicates%20when%20a%20Pod%20is%20prepared%20to%20handle%20requests%20and%20execute%20its%20intended%20tasks.%20It%20hinges%20on%20the%20successful%20initialization%20of%20its%20containers%20and%20the%20positive%20response%20from%20readiness%20probes%2C%20which%20verify%20the%20health%20and%20operational%20readiness%20of%20the%20Pod's%20components.%20This%20readiness%20status%20is%20crucial%20for%20ensuring%20that%20services%20can%20safely%20direct%20traffic%20to%20the%20Pod%20without%20encountering%20errors%20or%20delays%20caused%20by%20incomplete%20initialization%20or%20unavailability.%20Managing%20Pod%20readiness%20effectively%20enhances%20application%20reliability%20and%20performance%20by%20enabling%20Kubernetes%20to%20efficiently%20distribute%20Pods%20across%20nodes%20while%20ensuring%20they%20are%20capable%20of%20fulfilling%20their%20roles.%20Regular%20monitoring%20and%20adjustment%20of%20readiness%20probes%20and%20configurations%20are%20essential%20for%20maintaining%20optimal%20application%20responsiveness%20and%20resilience%20in%20dynamic%20Kubernetes%20environments.
logoURL: https://raw.githubusercontent.com/meshery/meshery.io/0b8585231c6e2b3251d38f749259360491c9ee6b/assets/images/brand/meshery-logo.svg
license: Apache-2.0
homeURL: https://docs.meshery.io/concepts/logical/designs
links:
- name: download
url: ../../catalog/0194ff83-0a43-4b83-9c75-b8f0f32da6b7/deploy.yml
url: ../../catalog/0194ff83-0a43-4b83-9c75-b8f0f32da6b7/design.yml
- name: Meshery Catalog
url: https://meshery.io/catalog
readme: "No%20caveats \n ##h4 Caveats and Consideration \n"
Expand Down
51 changes: 51 additions & 0 deletions catalog/0194ff83-0a43-4b83-9c75-b8f0f32da6b7/design.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: Pod Readiness
services:
pods-readiness-exec-pod:
name: pods-readiness-exec-pod
type: Pod
apiVersion: v1
namespace: default
model: kubernetes
settings:
spec:
containers:
- args:
- /bin/sh
- -c
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
image: busybox
name: pods-readiness-exec-container
readiness Probe:
exec:
command:
- cat
- /tmp/healthy
initial Delay Seconds: 5
traits:
meshmap:
edges: []
id: 583718ce-da5a-444e-ab2c-0dd0ee79ecdc
meshmodel-metadata:
capabilities: ""
genealogy: ""
isAnnotation: false
isCustomResource: false
isModelAnnotation: "FALSE"
isNamespaced: true
logoURL: https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg
model: kubernetes
modelDisplayName: Kubernetes
primaryColor: '#326CE5'
published: true
secondaryColor: '#7aa1f0'
shape: round-rectangle
styleOverrides: ""
subCategory: Scheduling & Orchestration
svgColor: ui/public/static/img/meshmodels/kubernetes/color/kubernetes-color.svg
svgComplete: ""
svgWhite: ui/public/static/img/meshmodels/kubernetes/white/kubernetes-white.svg
position:
posX: 170
posY: 170
whiteboardData:
style: {}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Example Labels and Annotations
createdAt: "2024-06-27T00:24:19Z"
createdAt: "2024-06-27T04:13:33Z"
description: This%20design%20contains%20example%20of%20how%20label%20and%20annotation%20can%20be%20created%20and%20organised
logoURL: https://raw.githubusercontent.com/meshery/meshery.io/0b8585231c6e2b3251d38f749259360491c9ee6b/assets/images/brand/meshery-logo.svg
license: Apache-2.0
homeURL: https://docs.meshery.io/concepts/logical/designs
links:
- name: download
url: ../../catalog/02413809-9fbf-4649-ae22-3d0947d264c6/deploy.yml
url: ../../catalog/02413809-9fbf-4649-ae22-3d0947d264c6/design.yml
- name: Meshery Catalog
url: https://meshery.io/catalog
readme: "No%20caveats \n ##h4 Caveats and Consideration \n"
Expand Down
Loading

0 comments on commit 32ff268

Please sign in to comment.