摘要:
While there are many patterns for doing microservices well, an equally significant number of patterns exist that can quickly get any development team 阅读全文
2024年4月6日 #
2024年4月3日 #
摘要:
Single page application (SPA) Enabled by more powerful browsers, faster Backend for Frontend(BFF) Provide superior support compared to a generic backe 阅读全文
摘要:
Modern software development Delivery as a service Centrally hosted and accessed through the internet Web apps, software-as-a-service Twelve-factor app 阅读全文
2024年3月29日 #
摘要:
Link State Updates(LSUs): contain Link State Advertisements (LSAs) that palced into a link state database To ensure that OSPF routers have the most re 阅读全文
2024年3月28日 #
摘要:
Overview A Kubernetes deployment strategy defines an application’s lifecycle that achieves and maintains the configured state for objects and applicat 阅读全文
摘要:
CommandDescription kubectl autoscale deployment Autoscales a Kubernetes Deployment. kubectl create configmap Creates a ConfigMap resource. kubectl get 阅读全文
摘要:
Identify important ConfigMap characteristics: Helps developers avoid hard-coding configuration variables into the application code. Is an API object u 阅读全文
2024年3月27日 #
摘要:
Explain what a rolling update is and how it works: A rolling update is an automated update process in Kubernetes that allows for the seamless and cont 阅读全文
摘要:
Define autoscaling: Autoscaling is the dynamic adjustment of resources in a Kubernetes cluster based on workload demand. It optimizes resource usage a 阅读全文
摘要:
Define a ReplicaSet: A ReplicaSet is a Kubernetes controller responsible for ensuring a specified number of pod replicas are running at all times. It 阅读全文