main-banner

imjliu

  • Home
  • AboutMe
  • Contact Me
  • Privacy Policy
  • Kubernetes components understanding: Kube-proxy [1]

    January 12, 2024
    Blog

    EndpointSliceCache This struct stores the simplified information about endpointslices. First keyed by svc name and secondly keyed by endpointslice name, the stored value is endpoint struct defined by kube-proxy The key component is endpointSliceTracker, it stores all the applied and pending endpoint slice in memory and will be used to update the changes. The changes…

    Continue Reading →

  • Start/stop instance on AWS using Lambda

    January 10, 2024
    Blog

    prerequisites Since the free tier is going to end at the end of Janauray, to save the cost for myself, I decided to only start instance on business hours(09:00-18:00) of the day. Component Details The architecture is simple: What I need to prepare in advance is the lambda code bundle and the IAM role which…

    Continue Reading →

  • DNS pollution learning from V2Ray: take GFW as an example

    January 7, 2024
    Blog

    Usually Cloud provider’s DNS resolution can resolve domain to IP outside China. But GFW will catch such traffic and redirect such DNS query to a wrong IP address to make access to International forbidden. This can be realized because dns query is just UDP, just send/receive. Capture and fake one response is relatively simple. The…

    Continue Reading →

←Previous Page
1 2 3 4
Next Page→

About

Welcome to my blog, I record some self learning and thoughts here.

  • GitHub

Copyright © 2023. All Rights Reserved.