This commit is contained in:
Inaki Fernandez
2022-03-07 10:38:19 +01:00
parent ddd69e30b1
commit c6dfbe8092
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ Instead of [reinventing the wheel](https://devdriven.by/promotion/) by rewriting
Does saying this publicly imply being blacklisted and losing professional opportunities? What kind of society do we live in?
Tips: ask the hiring manager what experience they have with Cloud automation and K8s, whether they are familiar with Gitops as the correct way of doing DevOps, if they work with modern, easy-to-use automation tools (terraform, ansible modules, argocd, helm, an automation server to run pipelines, declarative code, [IaC boilerplates](https://nubenetes.com/terraform/) instead of [k8s vanilla](https://www.digitalocean.com/blog/vanilla-kubernetes-vs-managed-kubernetes), etc) or they prefer to develop their own ad-hoc tools with millions of lines of code that need maintenance (by who?). If any doubt ask them to show you their pipelines and custom solutions, how long it takes them to deploy and setup their k8s infra on day 1 & day 2 (pets vs cattle service model), how long it takes them to deploy a single app and if the process is fully automated or not, what monitoring solutions they have, if solutions can be discussed within the team, etc.
Tips: ask the hiring manager what experience they have with Cloud automation and K8s, whether they are familiar with Gitops as the correct way of doing DevOps, if they work with modern, easy-to-use automation tools ([terraform](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs), [ansible modules](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html), argocd, helm, YAML, an automation server to run pipelines, declarative code, [IaC boilerplates](https://nubenetes.com/terraform/) instead of [k8s vanilla](https://www.digitalocean.com/blog/vanilla-kubernetes-vs-managed-kubernetes), etc) or they prefer to develop their own ad-hoc tools with millions of lines of code that need maintenance (by who?). If any doubt ask them to show you their pipelines and custom solutions, how long it takes them to deploy and setup their k8s infra on day 1 & day 2 (pets vs cattle service model), how long it takes them to deploy a single app and if the process is fully automated or not, what monitoring solutions they have, if solutions can be discussed within the team, etc.
Let's improve the IT sector and the opportunities and give us a star on GitHub if you like this blog!!

View File

@@ -275,7 +275,7 @@
* [medium: AWS Configuration with Web Server in EC2 Using Ansible](https://medium.com/@ayushsingh1525/aws-configuration-with-apache-server-in-ec2-using-ansible-2ef61f98872e)
## Ansible Kubernetes Module
* [Manage Kubernetes (K8s) objects with Ansible Kubernetes Module](https://docs.ansible.com/ansible/latest/modules/k8s_module.html)
* [==docs.ansible.com: kubernetes.core.k8s Manage Kubernetes (K8s) objects==](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html)
* [adamtheautomator.com: How to Use the Ansible Kubernetes Module](https://adamtheautomator.com/ansible-kubernetes/) The Ansible Kubernetes module allows you to access the full range of Kubernetes APIs and create objects such as deployments, services, and so on. Learn how to use it in this step-by-step tutorial.
## NGINX Core Collection for Ansibe