Tuesday, 30 January 2024

Devops Interview

8k Miles
How access is provided to kubernetes cluster?
RBAC kubernetes cluster?
Pods?
Services?
How many type of IP in Services?
Service mess in Kubernetes?
Can we run multiple containers in pod?
How containers interact with each other? local
kubctl access logs
How to acces log of kubectl log <conainer name>
Ingress in Kubernetes
Persistent storage in kubernetes
Docker containers
Docker command to mount volumen?
Dockerfile CMD and ADD?
Difference between entrypoint and CMD command?
Configure working directory in Dockerfile?
Terraform tfsstate save in remote location?
Terraform resource failed, how you fix?
Jenkins have you configured slave?
Ansible configure host file?
Ansible playbook what purpose you use?
Ansible modules?
AWS - who delete IAM roles? Which logs?
AWS - ELB load bancer.- classic, network and application (load balancer type)
AWS - EFS
AWS - RDS configured any


Golang - Email - Secure code warrior

 package mail import ( "net/smtp" "gobin/config" ) var ( emailConfig config.Email ) type Mail struct { Destinati...