AAruninarun944.hashnode.dev·Aug 3, 2023 · 4 min readCKA: Kubernetes Network PolicyIntroduction By default, In k8s all pods can communicate to others across all namespaces and we can restrict or control that using network policy. Network Policy (netpol) is a namespace-level component. Network policy can be applied to pod or namespa...00
AAruninarun944.hashnode.dev·Jul 15, 2023 · 2 min readCKA: Kubernetes Authentication Practical GuideIn this article, We will learn the k8s authentication mechanism using X509 Certificate. Authentication is the process of validating the user by k8s API-Server. In k8s, Users can be authenticated by the below strategy. X509 Certificate Bearer token...00
AAruninarun944.hashnode.dev·Jul 8, 2023 · 5 min readCKA: Kubernetes Multi Cluster MaintenanceCluster Maintenance is required for the below scenarios: OS Upgrade for worker nodes. Reboot required for VM's due to hardware change. Pod Eviction Time: The controller manager will watch the replicas of the deployment or pod. If the node is do...00
AAruninarun944.hashnode.dev·Jun 3, 2023 · 5 min readLinux: System Resource CommandsIn this article, We will discuss the most useful Linux system resource commands with real-time examples. Important Commands: df du free systemctl list-unit-files service ps kill top htop hostname ifconfig last w tee df The df command ...00
AAruninarun944.hashnode.dev·Jun 3, 2023 · 3 min readLinux: Crontab GuideCrontab is a Linux utility that allows you to schedule commands or scripts to run automatically at specific times or intervals. It is a powerful tool that can be used for a variety of tasks, such as backing up data, sending email notifications, and r...00