<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bressey.me/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bressey.me/feed.php">
        <title>Steevo Wiki kubernetes</title>
        <description></description>
        <link>https://wiki.bressey.me/</link>
        <image rdf:resource="https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico" />
       <dc:date>2026-05-15T06:57:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bressey.me/kubernetes:helm?rev=1706290407&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bressey.me/kubernetes:kubectl?rev=1732263863&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bressey.me/kubernetes:thanos?rev=1706290407&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bressey.me/kubernetes:tools?rev=1706290407&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bressey.me/kubernetes:velero?rev=1706290407&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico">
        <title>Steevo Wiki</title>
        <link>https://wiki.bressey.me/</link>
        <url>https://wiki.bressey.me/lib/tpl/readthedokus/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.bressey.me/kubernetes:helm?rev=1706290407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-26T17:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Helm commands</title>
        <link>https://wiki.bressey.me/kubernetes:helm?rev=1706290407&amp;do=diff</link>
        <description>Helm commands

helm template


helm template --namespace=logging  --name=promtail -f values_custom.yaml --output-dir './yamls' './'



helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir './yamls' './'



helm template traefik --namespace=ingress-controller -f values_custom.yaml --output-dir './yamls' './'</description>
    </item>
    <item rdf:about="https://wiki.bressey.me/kubernetes:kubectl?rev=1732263863&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-22T08:24:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Pods</title>
        <link>https://wiki.bressey.me/kubernetes:kubectl?rev=1732263863&amp;do=diff</link>
        <description>Pods

Debug running pod without shell access


kubectl debug [existing-pod-name] -it --image alpine --share-processes --copy-to=my-new-debug-pod-name



kubectl debug -it [existing-pod-name] --share-processes --image=apko.kontain.me/busybox/curl:latest --target=[container_name]</description>
    </item>
    <item rdf:about="https://wiki.bressey.me/kubernetes:thanos?rev=1706290407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-26T17:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubernetes:thanos</title>
        <link>https://wiki.bressey.me/kubernetes:thanos?rev=1706290407&amp;do=diff</link>
        <description>View bucket blocks in GUI: 


thanos tools bucket web --objstore.config-file=config-dev.yml</description>
    </item>
    <item rdf:about="https://wiki.bressey.me/kubernetes:tools?rev=1706290407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-26T17:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kubernetes:tools</title>
        <link>https://wiki.bressey.me/kubernetes:tools?rev=1706290407&amp;do=diff</link>
        <description>This page lists all tools that can be useful when working with Kubernetes (k8): 

	*  kubectl: official CLI to interact with k8 clusters
	*  krew: kubectl plugins manager - enables automatic installation and update of additional kubectl commands
	*  kubectx/kubens: easily switch between k8 contexts (clusters) or namespaces in terminal</description>
    </item>
    <item rdf:about="https://wiki.bressey.me/kubernetes:velero?rev=1706290407&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-26T17:33:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install</title>
        <link>https://wiki.bressey.me/kubernetes:velero?rev=1706290407&amp;do=diff</link>
        <description>Install

Use dry-run to generate only manifests


velero install --features=EnableCSI --provider aws \
--plugins=velero/velero-plugin-for-aws:v1.1.0,velero/velero-plugin-for-csi:v0.1.0 \
--dry-run --no-secret --bucket mybucket.myorg.io -o yaml &gt; generate/velero.yaml</description>
    </item>
</rdf:RDF>
