Тёмный
Kong
Kong
Kong
Подписаться
Enabling the API World.

Kong enables any company to become an API-first company. Kong’s unified cloud native API platform is easy to use and works in any environment - unleashing developer productivity, automating security, and boosting performance of APIs and microservices at scale.

www.konghq.com
Kuma Community Call - May 2024
22:38
19 часов назад
Kuma Community Call - June 2024
12:11
19 часов назад
Kuma Community Call - September 2024
15:14
19 часов назад
Kuma Community Call - July 2024
12:11
19 часов назад
Kuma Community Call, August 2024
24:52
19 часов назад
Meet Kong Konnect, Your API Command Center
0:53
3 месяца назад
What is an AI Gateway?
24:54
3 месяца назад
Комментарии
@FeminalPanda
@FeminalPanda 25 дней назад
Could you do a video on OpenTelemetry but sending it directly to an APM vendor, like elastic?
@MANOJMALI143
@MANOJMALI143 Месяц назад
Great Video .. Kong Rocks.... 🤗
@fishzebra
@fishzebra 2 месяца назад
thanks i needed a reminder 😎
@MistyB-yv1uw
@MistyB-yv1uw 2 месяца назад
When you do your "Experiments", make sure you give credit where credit is due, and if you want to inject extra code, then please send that extra code to me, so I will show you how to do it right the first time 😜
@jesprotech
@jesprotech 3 месяца назад
I think O2K is what I am looking for at the moment. Does that include the possibility to inject a Swagger OpenAPI specification with insomnia?
@jesprotech
@jesprotech 3 месяца назад
Can we digest OpenAPI documentation in Insomnia and create our requests that way? This share collections feature is fine, but it requires someone to have already created the collections right? This is where my question comes from.
@ddodoo-rn8fb
@ddodoo-rn8fb 3 месяца назад
I have the following error on the Kong Manager Network Error Data cannot be displayed due to an error.
@conradtaylor29
@conradtaylor29 3 месяца назад
Wow, this was a fantastic video because I'm looking to set up a similar deployment strategy soon.
@AbhishekKumar-ub8co
@AbhishekKumar-ub8co 5 месяцев назад
I spent 4-5 hours looking around the internet but there is no reference to this information. For some reason I watched the entire video in anticipation and also tried it on my local machine and thankfully it worked. But why is it so difficult? There is a steep learning curve to do simple things. On the other hand I barely spent few minutes on postman to learn and do similar stuff.
@AbhishekKumar-ub8co
@AbhishekKumar-ub8co 5 месяцев назад
I am completely puzzled and cannot figure out where to look for console.log ? At the same time how to I write some scripting post execution of an http call?
@darkxuz9068
@darkxuz9068 5 месяцев назад
tkm ❤, insomnia
@jackma6083
@jackma6083 5 месяцев назад
Great presentation and demos. Thank you
@bhavanavavilala5953
@bhavanavavilala5953 6 месяцев назад
In there when three versions are randomly hit, can we provide weights to those versions such that 60% it should hit v1, 20% v2 and 20% v3
@TheGxUniverse
@TheGxUniverse 6 месяцев назад
LMAO they really got a hot ass chick to start us off so we pay attention. Genius.
@SendexSix12
@SendexSix12 7 месяцев назад
Great video, thank you! How about using an HTTP-only cookie instead of authorization? How is it set up like that?
@aniketmaurya3844
@aniketmaurya3844 7 месяцев назад
Hi, Could you please outline the steps for creating an application in Okta for use with the client credentials in the Kong OIDC plugin? Specifically, could you detail the type of application it is and the necessary steps involved?
@HuruthambikaKumaraguru-b2m
@HuruthambikaKumaraguru-b2m 7 месяцев назад
Help me the difference between the externals ips of kong-admin and kong-proxy. When I use LoadBalancer, I have to give the external IP explicitly in Values.yaml to pick it up by kong-proxy.
@isamorita8647
@isamorita8647 7 месяцев назад
Thank you very much, you helped me a lot to understand the basics of Insomnia
@ledinhanhtan
@ledinhanhtan 7 месяцев назад
Why does he pronounce "Kong" as "Quan"??
@jesprotech
@jesprotech 7 месяцев назад
How can we connect KONNECT with Kuma? I want to know how do I get to use KONNECT and configure Kong, to protect applications deployed in a VPN and provide access only via the the provided portal? Essentially what I want to do is to understand how can we using a gateway protected via our data plane node, can use our application portal that is deployed in a different network than KONNECT? I only find examples of doing this against public websites and I seem to only find examples with the pet store example.
@davivcgarcia
@davivcgarcia 8 месяцев назад
Thanks for sharing the video without background music!
@Ashborn_Dynasty
@Ashborn_Dynasty 8 месяцев назад
I tried to do the same with the kong open source Prometheus plugin on the route level. And I added the kong admin api as the target in prometheus.yml. Where I have started the Prometheus instance. But I am not getting the http requests metrics.
@AlexandreDuarteWashington
@AlexandreDuarteWashington 8 месяцев назад
I'm very new to Insomnia and this video helped me a lot. Thank you very much!
@yasirayaz7832
@yasirayaz7832 8 месяцев назад
So basically the plugin is just rewriting the spec url. Not sure why this plugin exists! It does nothing. 1. You provide the spec URL. 2. it reads the spec. 3. it writes the same specs. what's the point? Please help me understand if I can't get it.
@jainnneeraj
@jainnneeraj 8 месяцев назад
can you help with OAuth 2 with azure AD flow, I am not able to crack it.
@m19mesoto
@m19mesoto 8 месяцев назад
I didn't get why we needed a username in the CONSUMER section since we don't use it for authentication at the end.
@aarivkiddo
@aarivkiddo 8 месяцев назад
awesome job.. crystal clear
@GoldenAgeofYoutube-fo2gm
@GoldenAgeofYoutube-fo2gm 8 месяцев назад
🎯 Key Takeaways for quick navigation: 00:00 🖥️ *Setting up a GraphQL Server with Insomnia* - Demonstrating the use of Insomnia for GraphQL requests. - Building a simple GraphQL server using Node.js and Express. - Introducing project files: `schema.graphql` and `server.js`. 01:18 📝 *Explaining the GraphQL Schema* - Explanation of `schema.graphql` for the server. - Describing the `User` and `Address` types, `getUser` query, and `addUser` mutation. - Defining required fields for user and address inputs. 01:58 💻 *Writing the Server Code* - Discussing the structure of `server.js`. - Setting up initial data and GraphQL resolvers. - Describing server setup with Express and GraphQL. 03:25 📦 *Installing Necessary Packages* - Installing packages for building the GraphQL server. - Utilizing `express`, `express-graphql`, `graphql`, and `graphql-tools-schema`. 04:31 🚀 *Launching and Testing the Server* - Completing server setup and testing with a curl request. - Verifying the server's functionality by querying a user. 05:24 🌐 *Using Insomnia for GraphQL Requests* - Demonstrating GraphQL requests using Insomnia. - Setting up a new collection and configuring requests. - Comparing the results with curl output. 06:22 ✨ *Advanced Features of Insomnia* - Exploring Insomnia's schema introspection and documentation fetching. - Utilizing auto-complete and suggestions for writing queries. - Introducing dynamic values with template tags and Faker plugin. 08:22 🔧 *Using Faker Plugin and Prompts* - Installing and configuring the Faker plugin. - Demonstrating dynamic value generation for requests. - Using prompts for user input in GraphQL requests. 10:13 📊 *Conclusion and Recap* - Summarizing the use of Insomnia for GraphQL. - Recapping the server setup and Insomnia features. - Concluding the demonstration of Insomnia's capabilities. Made with HARPA AI
@herokid102
@herokid102 9 месяцев назад
can you show the way how to install external DNS step by step? It's would be greate if you can demo on Docker Desktop for study purposes
@binsardwijasuma
@binsardwijasuma 9 месяцев назад
jos gandos
@samansaeedi102
@samansaeedi102 10 месяцев назад
Hi Kong. Thanks for the video. I have a question that I also saw Kat talked about it but want to ask it myself directly again. Is it possible to implement state-full replication of containers by Kong?I mean to implement a state-full fault tolerant cluster.
@ManavManav-x1q
@ManavManav-x1q 10 месяцев назад
Tanu
@YoutubePre-ob4zm
@YoutubePre-ob4zm 10 месяцев назад
can we use this for vpn Connection, i have envoy host that is free to access using selected simcard only.
@chamithlahiru6519
@chamithlahiru6519 10 месяцев назад
is there any way to expire the generated key
@tanveerhasan2382
@tanveerhasan2382 10 месяцев назад
39:18 was this issue resolved?
@AbulHasanLakhani
@AbulHasanLakhani 11 месяцев назад
Where can we find the REST collection for postman or Insomnia? One Victor is using in the video. Thanks. Great video
@JeezLeWeeze
@JeezLeWeeze 11 месяцев назад
I appreciate it
@oiuyoiuo
@oiuyoiuo 11 месяцев назад
Sorry but it feels like start watching a tv series from season 3. There is A LOT going on before that point.
@softwaredevelopmentideas
@softwaredevelopmentideas 11 месяцев назад
Would be nice to see how to switch between dev/test/prod env, otherwise not super useful.
@softwaredevelopmentideas
@softwaredevelopmentideas 11 месяцев назад
hmm, would be nice to see how to use dev/test enc env and which between them. Otherwise, not super useful :) will google for that
@brockmarshall9228
@brockmarshall9228 11 месяцев назад
Seems odd that there are only GET and POST methods on the /files endpoint.. What's the point in giving people the ability to automate uploading of files (for example, an OAS) with the POST method, if you can't update/overwrite/delete a file?
@brockmarshall9228
@brockmarshall9228 11 месяцев назад
Turns out more methods are available. They're just not mentioned in this video, nor anywhere in Kong's documentation. The easiest approach is to just use developer tools in your browser to see what API calls are being made from the UI.
@landsman737
@landsman737 11 месяцев назад
what happened to Insomnia? It was so simple and nice. Now it's just overcomplicated....
@EtzMe
@EtzMe Год назад
Pretty bad. Difficult to use
@malmock
@malmock Год назад
i think you just ratted me using this. like wtf
@scmiller2421
@scmiller2421 Год назад
One hour and you completely wasted my time. You still don't know how to save a variable from a JSON Response in Insomnia.
@DCSBushraRehman
@DCSBushraRehman 10 месяцев назад
😂😂
@AjayKumar-lm4yr
@AjayKumar-lm4yr Год назад
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any opensource Dashboard for this?
@AjayKumar-lm4yr
@AjayKumar-lm4yr Год назад
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any opensource Dashboard for this?
@AjayKumar-lm4yr
@AjayKumar-lm4yr Год назад
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any Dashboard for this?😊
@AjayKumar-lm4yr
@AjayKumar-lm4yr Год назад
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any Dashboard for this?
@giladbaruchian7522
@giladbaruchian7522 Год назад
1 hour session just to save a variable, why is it so hard ??