ContentPosts from @mterrel..
Link
@faun shared a link, 3 years ago
FAUN.dev()

K8sGPT + LocalAI: Unlock Kubernetes superpowers for free!

- LLMs are being used in many cool projects, unlocking real value beyond simply generating text. - One use case is K8sGPT, an AI-based Site Reliability Engineer running inside Kubernetes clusters, which diagnoses and triages issues in simple English. - LocalAIis a drop-in API-compatible replacement .. read more  

K8sGPT + LocalAI: Unlock Kubernetes superpowers for free!
Link
@faun shared a link, 3 years ago
FAUN.dev()

Kubernetes Cluster Features 8 Raspberry Pis, Custom PCB

Maker Alexander Rau has used eight Raspberry Pi CM4 modules to power his custom Kubernetes cluster, which he documented in athorough blog post. Rau developed a custom carrier PCB for the CM4 modules to provide necessary features and created a cluster tray from scratch. - He used Rancher to manage th.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

How to solve customer challenges when security patching Google Kubernetes Engine

Google has found that some Google Kubernetes Engine (GKE) customers delay security patching their clusters, citing concerns over interrupting production operations. - This delay increases the risk customers face. - GKE customers can mitigate this by configuring and orchestrating their Kubernetes env.. read more  

How to solve customer challenges when security patching Google Kubernetes Engine
Link
@faun shared a link, 3 years ago
FAUN.dev()

Mirantis k0s updates simplify management of Kubernetes clusters

Mirantis has updated its open-source Kubernetes distribution, k0s, to be compatible with the latest release of Kubernetes 1.27 and to include support for containerD plug-ins. - The update enables pre-built system images, improving compatibility with upstream Kubernetes functionality and streamlining.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

HorizontalPodAutoscaler ContainerResource type metric moves to beta

Kubernetes 1.27 enables the ContainerResource type metric feature in beta, which allows for autoscaling based on the resource usage of individual containers in a pod. This differs from the previously available Resource type metric, which calculates the average utilization of all containers in a pod.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Cloud Storage FUSE and CSI driver now available for GKE

- Google Kubernetes Engine (GKE) has seen a significant increase in the number of Kubernetes clusters running stateful applications since 2019. - To cater to the rise in AI/ML workloads and data on Kubernetes, Google has introduced Cloud Storage FUSE for machine learning. - With this, objects in Clo.. read more  

Cloud Storage FUSE and CSI driver now available for GKE
Link
@faun shared a link, 3 years ago
FAUN.dev()

6G Holographic City Will Improve Urban Planning

- WiMi is building a holographic super intelligent network system that combines 6G capability with artificial intelligence to improve urban planning and city management services in smart cities through advanced digital twins. - The technology will enable developers to build comprehensive urban plann.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Amazon EMR Serverless is now available in Bahrain and Hong Kong Regions

Amazon EMR is excited to announce that Amazon EMR Serverless is now available in the Asia Pacific (Hong Kong) and Middle East (Bahrain) Regions... read more  

Amazon EMR Serverless is now available in Bahrain and Hong Kong Regions
Link
@faun shared a link, 3 years ago
FAUN.dev()

"Even simple serverless applications have complex architecture diagrams", so what?

Serverless applications may have more complex architecture diagrams than their serverful counterparts, but this is because they offer a more honest representation of the true nature of the application. - In fact, serverless applications are often simpler to build and maintain, as much of the underly.. read more  

"Even simple serverless applications have complex architecture diagrams", so what?
Link
@faun shared a link, 3 years ago
FAUN.dev()

Workarounds for AppSync Subscriptions triggers via Lambda functions

- ChatGPT provides a solution to achieve downstreaming patterns in applications by using the appropriate trigger, such as a database trigger, to invoke a Lambda function that parses the stream event and invokes theAppSyncsubscription. - The Lambda function can use the AWS SDK and AppSync Client SDK .. read more  

Workarounds for AppSync Subscriptions triggers via Lambda functions