func sayHello() {
fmt.Println("Hi, I am junior at MHC")
}
func main() {
zoey := map[string]interface{}{
"Name": "Zoey Hong (Eunyoung)",
"Pronounce": "She / Her",
"Interests": []string{"DevOps", "Cloud Security"},
}
sayHello()

π Dynamic Scalability for your app: KEDA + Prometheus
Explore KEDA with this post! Learn how it scales your Kubernetes workloads based on Prometheus metrics, ensuring optimal performance! #KEDA #AutoScaling

π External DNS with Kops
Simplify DNS management for your Kops-deployed Kubernetes cluster using External DNS. Follow easy steps to configure and deploy External DNS, effortlessly managing DNS records for your cluster's resources.