並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 97 件 / 97件

新着順 人気順

Routingの検索結果81 - 97 件 / 97件

  • Windows Subsystem for Linux 2 - Addressing Traffic Routing Issues

    The Problem So recently I was trying to run some kubectl commands using WSL2 to my home K8S cluster and encountered some strange events. Everything had worked fine when using WSL but for some reason I could now only ping external devices to my laptop (Router, Switch, Printer etc). My Configuration So just for clarification I have my configuration set like this. My local network runs a 192.168.1.0/

      Windows Subsystem for Linux 2 - Addressing Traffic Routing Issues
    • Segment Routing OSPF

      今回から最近勉強していたSegment Routingについてまとめていきます。 最初はSegment Routingの概要とOSPFを使用したSegment Routingについて説明します。 概要 従来のMPLSネットワーク MPLS(Multi-Protocol Label Switching)はLabelと呼ばれるタグを使用して、パケットを転送する技術になります。 MPLS網を構成するLabel付きパケットを転送可能なルータをLSR(Label Switch Router)と呼びます。 MPLS網に入ってきたパケットに対して、LSRはLabelを格納したThimヘッダを付加します。このMPLS網の入り口のLSRをIngress LSRと呼びます。LSRはパケットの送信先アドレスではなく、Labelを基に転送先のインタフェースを決定し、パケットをMPLS網の出口のLSRであるEgre

        Segment Routing OSPF
      • Routing: Project Organization | Next.js

        Project Organization and File ColocationApart from routing folder and file conventions, Next.js is unopinionated about how you organize and colocate your project files. This page shares default behavior and features you can use to organize your project. Safe colocation by default Project organization features Project organization strategies Safe colocation by default In the app directory, nested f

          Routing: Project Organization | Next.js
        • Next.jsのDynamic Routing + Static HTML exportを組み合わせて使う - Qiita

          const fetch = require('isomorphic-unfetch'); module.exports = { exportPathMap: async function() { const paths = { '/': { page: '/' }, '/about': { page: '/about' } }; const res = await fetch('https://api.tvmaze.com/search/shows?q=batman'); const data = await res.json(); const shows = data.map(entry => entry.show); shows.forEach(show => { paths[`/show/${show.id}`] = { page: '/show/[id]', query: { id

            Next.jsのDynamic Routing + Static HTML exportを組み合わせて使う - Qiita
          • Building Your Application: Routing | Next.js

            Routing FundamentalsThe skeleton of every application is routing. This page will introduce you to the fundamental concepts of routing for the web and how to handle routing in Next.js. Terminology First, you will see these terms being used throughout the documentation. Here's a quick reference: Tree: A convention for visualizing a hierarchical structure. For example, a component tree with parent an

              Building Your Application: Routing | Next.js
            • Routing: Route Handlers | Next.js

              export const dynamic = 'force-dynamic' // defaults to auto export async function GET(request: Request) {} Route Handlers can be nested inside the app directory, similar to page.js and layout.js. But there cannot be a route.js file at the same route segment level as page.js. Supported HTTP Methods The following HTTP methods are supported: GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS. If an unsu

                Routing: Route Handlers | Next.js
              • IP Routing TableのGo実装 "go-iprtb" 書いた - その手の平は尻もつかめるさ

                GoのIP Routing Tableの実装について調べてみたところ、だいたいOSのRouting Tableを操作する系のライブラリがヒットし *1、そうではなくユーザー側コードでRouting Table相当の実装・処理をしたい時に使えそうなライブラリがパッと見当たらなかったのでそれを書いたという次第です。 さて、GoでシンプルなRouting Table実装を書くのは実に簡単で、以下のように書くだけでほぼ期待通りに動くと思います。 type RouteEntry struct { Destination net.IPNet Gateway net.IP NwInterface string Metric int } routes := map[string]RouteEntry{} // ここでroutesにrouteを登録する // `target net.IP` がrouting

                  IP Routing TableのGo実装 "go-iprtb" 書いた - その手の平は尻もつかめるさ
                • SendGridから届いたメールに返信してCloudflare Email Routingで受信する

                  Cloudflare Email Routingがオープンベータになって簡単に試せるようになりました。独自ドメイン宛てのメールをGmailなど他のメールアドレスに転送できるので、無償版G Suiteの終了に伴って注目されています。 私個人としてはCloudflare Email Routingを使うことでSendGridで送信したメールへの返信を簡単に受信できるのが嬉しいです。SendGridでもメールの受信はできますが、Parse Webhookによってメールの内容がPOSTで飛んでくるため、受信用のWebアプリケーションが必要です。Cloudflare Email RoutingによってWebアプリを用意する手間がなくなります。 Cloudflare Email Routing 設定手順をまとめます。 Webサイトの追加 メニューの「Webサイト」から「サイトを追加」を押します。 メー

                    SendGridから届いたメールに返信してCloudflare Email Routingで受信する
                  • RouteLLM: An Open-Source Framework for Cost-Effective LLM Routing | LMSYS Org

                    RouteLLM: An Open-Source Framework for Cost-Effective LLM Routingby: Isaac Ong*, Amjad Almahairi*, Vincent Wu, Wei-Lin Chiang, Tianhao Wu, Joseph E. Gonzalez, M Waleed Kadous, Ion Stoica, Jul 01, 2024 LLMs have demonstrated remarkable capabilities across a range of tasks, but there exists wide variation in their costs and capabilities, as seen from the plot of performance against cost in Figure 1.

                      RouteLLM: An Open-Source Framework for Cost-Effective LLM Routing | LMSYS Org
                    • Vehicle routing optimization with Amazon Aurora PostgreSQL-Compatible Edition | Amazon Web Services

                      AWS Database Blog Vehicle routing optimization with Amazon Aurora PostgreSQL-Compatible Edition Vehicle route planning with the goals of meeting customer satisfaction expectations, reducing fuel consumption, and reducing emissions can be challenging. The vehicle routing problem (VRP) goal is to find optimal routes for multiple vehicles visiting multiple locations to fulfill business-specific const

                        Vehicle routing optimization with Amazon Aurora PostgreSQL-Compatible Edition | Amazon Web Services
                      • Mail Manager – Amazon SES introduces new email routing and archiving features | Amazon Web Services

                        AWS Messaging & Targeting Blog Mail Manager – Amazon SES introduces new email routing and archiving features Amazon Simple Email Service (SES) is a cloud-based email sending service provided by Amazon Web Services (AWS), handling both inbound and outbound email traffic for your applications. It allows users to send and receive email using SES’s reliable and cost-effective infrastructure without ha

                          Mail Manager – Amazon SES introduces new email routing and archiving features | Amazon Web Services
                        • VXLAN Routing の検証 - Qiita

                          モチベーション CLOS Network を想定した VXLAN/EVPNの動作を確認したい SDNコントローラ無しで 自立分散型の Overlay Network を実現したい Linux でどのように VXLAN/EPVN を実現しているか? CumulusLinux 上でconfigを投入し、Linuxのnetwork設定がどのように変更されているかを確認 サーバーエンジニアから見たら触れる機会が少ない(と思われる)ネットワーク技術を使ってみたい BGP, EVPN, VRF, Route Leaking など 何をやりたいか VXLAN/EVPNを使用したOverlay Networkで、異なるToR間における相互接続を検証する. 各ToR配下で稼働する物理サーバ上では異なるネットワークに属するVMやコンテナが動作していると仮定する. 動作確認したい点 VXLAN/EVPN の動作

                            VXLAN Routing の検証 - Qiita
                          • Introducing AWS Global Accelerator custom routing accelerators | Amazon Web Services

                            Networking & Content Delivery Introducing AWS Global Accelerator custom routing accelerators AWS Global Accelerator now supports custom routing accelerators, a new type of accelerator that allows you to use your own application logic to route multiple users to a specific Amazon EC2 destination, while still leveraging the benefits of Global Accelerator. Global Accelerator is a networking service th

                              Introducing AWS Global Accelerator custom routing accelerators | Amazon Web Services
                            • Cloudflare Email Routing を試す

                              Cloudflareはオリジンを保護する際、DNS Proxyモードを提供しており、ドメインに対する名前解決の結果としてオリジンではなくCloudflareのIPアドレスがAレコードとして戻ってきます。これによりクライアントからの通信はCloudflareのエッジを経由してオリジンへ転送されることとなり、Cloudflareネットワークの中でセキュリティや高速化、最適化等様々な機能が動作します。 このコンセプトをSMTPプロトコルに適応しているものがCloudflare Email Routingになります。 Cloudflare Email Routing この機能は、Freeプランで利用可能ですが、Cloudflareがそのドメインを管理している必要があります。その場合マネージド型SMTPサーバが提供されます。POPに対応していないため、受信したメールは任意のメールアドレスに転送されま

                                Cloudflare Email Routing を試す
                              • Kubernetes: Efficient Multi-Zone Networking with Topology Aware Routing

                                apiVersion: v1 kind: Service metadata: Name: my-app-web spec: selector: app: my-app ports: - protocol: TCP port: 80 targetPort: 8080 topologyKeys: - "topology.kubernetes.io/zone" - "topology.kubernetes.io/region" In this example, the service makes use of some commonly used labels for its topology preferences. It signals that when kube-proxy is routing traffic for that service, it should only route

                                  Kubernetes: Efficient Multi-Zone Networking with Topology Aware Routing
                                • Routing Specific Docker Containers Through WireGuard VPN with systemd-networkd | Eisfunke

                                  Routing Specific Docker Containers Through WireGuard VPN with systemd-networkd I heard that dramatic article images heavy with meaning are a meme, so here you have a picture of a subway tunnel because VPNs are network tunnels. 1 Short Instructions I recently reorganized my self-hosted stuff to use Docker. While Docker not really fits my philosophy, the broad availability and low-maintenance of ima

                                    Routing Specific Docker Containers Through WireGuard VPN with systemd-networkd | Eisfunke
                                  • Routing and storage overview  |  Cloud Logging  |  Google Cloud

                                    Send feedback Routing and storage overview Stay organized with collections Save and categorize content based on your preferences. This document explains how Cloud Logging processes log entries, and describes the key components of Logging routing and storage. Routing refers to the process that Cloud Logging uses to determine what to do with a newly-arrived log entry. You can route log entries to de

                                      Routing and storage overview  |  Cloud Logging  |  Google Cloud