<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API-Server :: Tag :: Kubernetes training</title><link>https://k8s-school.fr/labs/k8s/en/tags/api-server/index.html</link><description/><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Fabrice Jammes - Licensed under CC BY-SA 4.0</copyright><lastBuildDate>Wed, 26 Feb 2025 14:15:26 +1000</lastBuildDate><atom:link href="https://k8s-school.fr/labs/k8s/en/tags/api-server/index.xml" rel="self" type="application/rss+xml"/><item><title>RBAC</title><link>https://k8s-school.fr/labs/k8s/en/1_labs/rbac/index.html</link><pubDate>Wed, 26 Feb 2025 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/1_labs/rbac/index.html</guid><description>Author: Fabrice JAMMES (LinkedIn).
1. Create Namespaces Create two namespaces:
foo-&lt;ID&gt; bar-&lt;ID&gt; Answer kubectl create namespace foo-&lt;ID&gt; kubectl create namespace bar-&lt;ID&gt; 2. Deploy curl-custom-sa Pod Create a curl-custom-sa pod inside the foo-&lt;ID&gt; namespace, using the service account foo-&lt;ID&gt;:default (the default service account of foo-&lt;ID&gt;).</description></item><item><title>Audit Logs &amp; API Server</title><link>https://k8s-school.fr/labs/k8s/en/1_labs/audit-logs/index.html</link><pubDate>Thu, 06 Jun 2024 15:00:00 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/1_labs/audit-logs/index.html</guid><description>Objectives Configure audit policies to trace modifications on critical resources and secure the API Server in a Kubernetes cluster.
Prerequisites Define your cluster name:
$CLUSTER_NAME="my-cluster" Q1: How to modify the API Server configuration? Answer The API Server in Kubernetes runs as a static pod managed by the kubelet. Static pods are defined by YAML manifests in the /etc/kubernetes/manifests/ directory. When you modify a static pod manifest:</description></item><item><title>Kubectl proxy and curl</title><link>https://k8s-school.fr/labs/k8s/en/1_labs/kubectl-proxy/index.html</link><pubDate>Wed, 26 Feb 2025 14:15:26 +1000</pubDate><guid>https://k8s-school.fr/labs/k8s/en/1_labs/kubectl-proxy/index.html</guid><description>Author: Fabrice JAMMES (LinkedIn).
Objective Learn how to use kubectl proxy and curl to list services in a specified Kubernetes namespace.
Prerequisites A running Kubernetes cluster kubectl installed and configured curl installed Steps Step 1: Start kubectl proxy Run the following command to start the kubectl proxy:</description></item></channel></rss>