Post

2024-05-24-TIL

2024-05-24-TIL

Today I Learned

  • https://whchoi98.gitbook.io/k8s

Stateful vs Stateless

  • https://renovacloud.com/stateful-vs-stateless-architecture-overview/?lang=en#:~:text=The%20key%20difference%20between%20stateful,that%20will%20survive%20service%20restarts.
  • https://www.redhat.com/en/topics/cloud-native-apps/stateful-vs-stateless
  • https://inpa.tistory.com/entry/WEB-%F0%9F%93%9A-Stateful-Stateless-%EC%A0%95%EB%A6%AC

ReplicaSet vs StatefulSet vs DaemonSet vs Deplyoments

  • https://semaphoreci.com/blog/replicaset-statefulset-daemonset-deployments
  • https://medium.com/stakater/k8s-deployments-vs-statefulsets-vs-daemonsets-60582f0c62d4

Ingress Controller

  • https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/
  • https://velog.io/@dojun527/%EC%BF%A0%EB%B2%84%EB%84%A4%ED%8B%B0%EC%8A%A4-%EC%9D%B8%EA%B7%B8%EB%A0%88%EC%8A%A4Ingress

Helm

  • https://helm.sh/ko/docs/intro/using_helm/
  • https://coding-start.tistory.com/310

Kubernetes Autoscaler: HPA, VPA, CA

Horizontal Pod Scaling(HPA), Vertical Pod Scaling(VPA)

  • https://kimjingo.tistory.com/166
  • https://granulate.io/blog/kubernetes-how-it-works-hpa-vpa-7-best-practices/
  • https://www.spectrocloud.com/blog/kubernetes-autoscaling-patterns-hpa-vpa-and-keda
  • https://medium.com/@randhirthakur076/hpa-vs-vpa-horizontal-pod-scaling-vs-vertical-pod-scaling-4a75af87720a
  • https://medium.com/tensult/cluster-autoscaler-ca-and-horizontal-pod-autoscaler-hpa-on-kubernetes-f25ba7fd00b9
  • https://clarkshim.tistory.com/129

Cluster Autoscaler

  • https://github.com/kubernetes/autoscaler

RollingUpdate

AWS Karpenter vs Cluster Autoscaler

  • https://medium.com/@deepeshjaiswal6734/difference-between-cluster-autoscaler-karpenter-7b5cc82ffb9b

Creating EC2 Instacnce Using AWS APIs

  • https://stackoverflow.com/questions/48264530/how-to-create-an-ec2-instance-using-aws-apis

AWS X-Ray vs Datadog

  • https://www.peerspot.com/products/comparisons/aws-x-ray_vs_datadog
  • https://medium.com/@kujtimii.h/how-devstride-is-moving-from-datadog-to-aws-x-ray-and-cloudwatch-for-observability-27b509df67c

Monitoring, Logging, Tracing

  • https://www.bmc.com/blogs/monitoring-logging-tracing/

ArgoCD

  • https://wlsdn3004.tistory.com/37
  • https://argo-cd.readthedocs.io/en/latest/

EKS Workshop

  • https://archive.eksworkshop.com/intermediate/270_custom_resource_definition/creating_crd/

Istio Service Mesh

  • https://istio.io/latest/about/service-mesh/
  • https://gruuuuu.github.io/cloud/service-mesh-istio/
  • https://www.baeldung.com/ops/istio-service-mesh
  • https://tetrate.io/what-is-istio-service-mesh/
  • https://medium.com/google-cloud/comparing-service-meshes-a-comparison-of-istio-linkerd-and-consul-7699357ac714
  • https://engineering.deloitte.com.au/articles/2018/how-istio-collaborate-with-microservices/
  • https://yummy0102.tistory.com/372
  • https://events.istio.io/istiocon-2021/slides/b5p-SpringCloud-ZhangChaomeng.pdf

Spring Cloud Gateway vs Istio

  • https://gdngy.tistory.com/113

AWS App Mesh vs Istio

  • https://bokthank.tistory.com/5

App Mesh는 더이상 사용하지 않는게 좋다고 한다.

Amazon VPC Lattic

  • https://docs.aws.amazon.com/ko_kr/vpc-lattice/latest/ug/what-is-vpc-lattice.html
This post is licensed under CC BY 4.0 by the author.