Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View iam-zoey's full-sized avatar
  • MA, USA

Highlights

  • Pro

Block or report iam-zoey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iam-zoey/README.md

Hi, iam-zoey ✨

coding
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() 



🌱 LANGUAGES & FRAMEWORKS

Linux Go Python

☁️ EXPERIENCED SOFTWARES

AWS Docker kubernetes Terraform Ansible Jenkins Argo CD

πŸš€ CERTIFICATIONS

AWS SAA AZ-900

πŸ“§ CONNECT

Linkedln

✏️ BLOG

External DNS with Kops

πŸ”— 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

πŸ”— 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.

Pinned Loading

  1. laC laC Public

    Building infrastructure with Ansible and Terraform in AWS environment

    HCL

  2. knative-serving-wasm-multi-requests knative-serving-wasm-multi-requests Public

    Embed a WebAssembly (WASM) module within a Go HTTP server, managed by Knative Serving.

    Go 2

  3. Final Report on Google Summer of Cod... Final Report on Google Summer of Code 2024
    1
    # About the Project 
    2
    - <b> Project </b> : Improving WASM support in Knative Functions 
    3
    - <b>Organization </b>: CNCF 
    4
    - <b>Description</b>: My work focused on exploring WebAssembly (WASM) support in Knative.  Knative brings serverless capabilities into Kubernetes. Specifically, Knative Functions extends these capabilities by simplifying source code management through automatic containerization and deployment with a single command. It could benefit significantly from WASM's platform-independent, lightweight and fast execution characteristics. However, as of today, there is no support for WASM in Knative Functions, which is why we focused on this project to push the boundaries of what’s currently possible. 
    5