18 posts by Abdulazeez Abdulazeez Adeshina
Developing and Deploying a Helm Chart Application in Okteto
Deploying applications in Kubernetes can be complicated. Even the simplest application could require creating a series of interdependent components (e.g.,...
Building a FastAPI Application with Okteto - Part 4 - Preview Environments
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 4: Preview Environments. In this video, you’ll learn how to...
Building a FastAPI Application with Okteto - Part 3 - Database
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 3: Database. In this video, you’ll learn how to add HTTP routes...
Building a FastAPI Application with Okteto - Part 1 - Getting Started
Welcome back to our video series - Building a FastAPI Application with Okteto. This is Part 1: Getting Started. In this video, we'll be setting up our...
Introducing the FastAPI and Okteto Video Series
We have a new series beginning on our YouTube channel where you'll learn how to create a FastAPI app using Okteto remote development environments. Check...
How to Create and Use Secrets in Okteto - Video Walkthrough
In this latest video walkthrough, you’ll learn all about how to create and use secrets in Okteto. What are secrets? When you’re developing an application...
How to Create and Use Data Clones in Okteto
Check out our latest video tutorial on how to create and use data clones in Okteto. In this video you'll learn what data clones are and how they work,...
Configuring Preview Environments in Okteto - Video Walkthrough
In this latest video walkthrough, you’ll learn all about preview environments and how to configure them in Okteto. Why preview environments Developers...
How to Connect Your Pycharm Interpreter to Okteto
Our main goal at Okteto is to make developing cloud native applications easier for developers. In today's video, we'll walk you through how to connect...
Developing Applications using Okteto's Development Environment
In our latest video walkthrough, you’ll learn how to set up a development environment using Okteto. Next, you'll learn what a cloud native development...
How to Create a Development Environment with Realistic Data in Okteto
Data cloning is the process of creating an independent identical copy of an application's database. Data clones come in handy during the development stage...
Deploying Preview Environments for Docker Compose Applications using Okteto and GitHub
A preview environment is an isolated development environment created during a development process to enable you keep track of the changes made to your...
How to Develop Docker Compose Applications Remotely with Okteto Cloud
Local development with docker-compose has proved to be easy as applications are easily spun off with one command irrespective of the operating system....
A Step-by-step Guide on Deploying Your Docker Compose Application to Okteto
Naturally, applications deployed to Kubernetes are containerized and mostly built as docker images. A docker-compose manifest is a configuration manifest...
Using GitHub Actions and Okteto Cloud to Preview your Changes
Preview environments serve an important role when performing code reviews for an incoming change or addition to an application's codebase. It is a fantastic...
Adding A Database to Your Application Using Okteto Stacks
Temporary in-app databases are not ideal for web applications. Any unfortunate event such as an abrupt shutdown or restarting of the application will lead...
Deploying An Existing Application Using Okteto Cloud
Fast deployment of applications is an attribute Okteto boasts of. The deployment of applications from the Okteto dashboard is easy and fast as it requires...
Building a FastAPI Application and Deploying it with Okteto Stacks
In this tutorial, you'll learn how to develop a CRUD API with FastAPI and deploy the application to Okteto Cloud. You'll start by building the code of...