PinnedLuca BertonHands-on Ansible Automation Book PresentationStreamline your workflow and simplify your tasks with Ansible.Aug 29, 20231Aug 29, 20231
PinnedLuca BertonAnsible for Kubernetes by Example bookAutomating your Kubernetes Cluster with AnsibleMay 27, 2023May 27, 2023
Luca BertonLuca Berton Visits Ubuntu Summit: A Day Full of Inspiration and CollaborationLuca Berton, a renowned advocate for open-source technologies and Ansible Automation expert, made a notable appearance at the recent Ubuntu…5d ago5d ago
Luca BertonKubernetes Horizontal Pod AutoscalerThis is a Kubernetes YAML configuration file for a HorizontalPodAutoscaler (HPA). It defines how a Kubernetes deployment should scale based…Oct 301Oct 301
Luca BertonKubernetes Vertical Pod AutoscalerThis YAML manifest defines a VerticalPodAutoscaler (VPA) for a Kubernetes Deployment named nginx-deployment. The Vertical Pod Autoscaler…Oct 30Oct 30
Luca BertonEnable Cluster Autoscaling with Google Kubernetes Engine (GKE)The command you provided is used to enable autoscaling for a Google Kubernetes Engine (GKE) cluster. In GKE, cluster autoscaling…Oct 30Oct 30
Luca BertonKrew Plugin Manager for KubectlKrew is a plugin manager for kubectl that allows you to easily discover, install, and manage plugins that extend the functionality of…Oct 30Oct 30
Luca BertonKubernetes Verbose CLIWhen you run the command kubectrl node -v9, it seems like you're aiming for the kubectl command with extra verbosity (-v9):Oct 30Oct 30
Luca BertonAnsible Role Input Validation with validate_argument_specEnsure reliable Ansible roles with validate_argument_spec for precise input validation.Oct 30Oct 30
Luca BertonNginx Service in KubernetesWhen you run the command kubectl get svc nginx-deployment -o yaml, Kubernetes will output the details of the Service named nginx-deployment…Oct 30Oct 30