Skip to content

Instantly share code, notes, and snippets.

View jcmanzo's full-sized avatar
:octocat:

J.C. Manzo jcmanzo

:octocat:
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>منيو مطعم سليمان للأسماك</title>
<link>https://order.so/suleiman</link>
<description>أفخر المأكولات البحرية والولائم</description>
<language>ar-sa</language>
<item>
<title>صحن سليمان (الوجبة الملكية)</title>
@jcmanzo
jcmanzo / k8s.sh
Last active November 30, 2022 01:36
CLI Commands #osx
# Retrieve the node port assigned to the service:
kubectl get svc [NAME] \
--output=jsonpath='{range .spec.ports[0]}{.nodePort}